From eff750abdb891a154ea1750a399a650af8caafc6 Mon Sep 17 00:00:00 2001 From: Leonidas Spyropoulos Date: Mon, 17 Jun 2024 09:05:33 +0100 Subject: [PATCH] upgpkg: 0.12.0-2: upgrade optional dependency to qt6 Closes: #1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cc01f2c..4602d2b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nheko pkgdesc = Desktop client for the Matrix protocol pkgver = 0.12.0 - pkgrel = 1 + pkgrel = 2 url = https://nheko.im/nheko-reborn/nheko arch = x86_64 license = GPL-3.0-or-later @@ -29,7 +29,7 @@ pkgbase = nheko depends = kdsingleapplication depends = gst-plugins-bad-libs depends = org.freedesktop.secrets - optdepends = qt-jdenticon: Auto-generated profile pictures (identicons) + optdepends = qt6-jdenticon: Auto-generated profile pictures (identicons) optdepends = kimageformats: Extends the formats nheko supports for image attachments optdepends = gst-plugins-base-libs: VoIP/Video calls optdepends = gst-plugins-good: VoIP/Video calls diff --git a/PKGBUILD b/PKGBUILD index 48579ef..e9eb183 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nheko pkgver=0.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="Desktop client for the Matrix protocol" arch=('x86_64') url="https://nheko.im/nheko-reborn/nheko" @@ -14,7 +14,7 @@ depends=(qt6-base qt6-svg qt6-quickcontrols2 qt6-multimedia qtkeychain-qt6 \ qt6-declarative qt6-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \ kdsingleapplication gst-plugins-bad-libs 'org.freedesktop.secrets') makedepends=("git" "cmake" "gcc" "fontconfig" "qt6-tools" "nlohmann-json" "asciidoc") -optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)' +optdepends=('qt6-jdenticon: Auto-generated profile pictures (identicons)' 'kimageformats: Extends the formats nheko supports for image attachments' 'gst-plugins-base-libs: VoIP/Video calls' 'gst-plugins-good: VoIP/Video calls'