git » amarok.git » commit 6232c3c

Adding 5 suffix to KDE libraries.

author Fredy García
2023-10-21 19:51:04 UTC
committer Fredy García
2023-10-21 19:51:04 UTC
parent 4e6bc68a34841abbf58d0f1ac2e1febc2ad12047

Adding 5 suffix to KDE libraries.

.SRCINFO +8 -8
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index d1fde76..2281ad3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = amarok
 	pkgdesc = The powerful music player for KDE
 	pkgver = 2.9.71
-	pkgrel = 4
+	pkgrel = 5
 	url = http://amarok.kde.org/
 	arch = x86_64
 	license = FDL
@@ -10,22 +10,22 @@ pkgbase = amarok
 	makedepends = extra-cmake-modules
 	makedepends = gdk-pixbuf2
 	makedepends = git
-	makedepends = knotifyconfig
+	makedepends = knotifyconfig5
 	makedepends = qt5-tools
 	makedepends = loudmouth
-	depends = kcmutils
-	depends = kdoctools
-	depends = kdnssd
+	depends = kcmutils5
+	depends = kdoctools5
+	depends = kdnssd5
 	depends = kirigami2
-	depends = knewstuff
-	depends = ktexteditor
+	depends = knewstuff5
+	depends = ktexteditor5
 	depends = liblastfm-qt5
 	depends = libofa
 	depends = mariadb
 	depends = phonon-qt5
 	depends = qt5-webengine
 	depends = taglib-extras
-	depends = threadweaver
+	depends = threadweaver5
 	optdepends = ifuse: support for Apple iPod Touch and iPhone
 	optdepends = loudmouth: backend needed by mp3tunes for syncing
 	source = https://download.kde.org/unstable/amarok/2.9.71/amarok-2.9.71.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 09350fd..a979e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
 
 pkgname=amarok
 pkgver=2.9.71
-pkgrel=4
+pkgrel=5
 pkgdesc="The powerful music player for KDE"
 arch=("x86_64")
 url="http://${pkgname}.kde.org/"
 license=("FDL" "GPL2" "LGPL2.1")
-depends=("kcmutils" "kdoctools" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "liblastfm-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver")
-makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "qt5-tools" "loudmouth")
+depends=("kcmutils5" "kdoctools5" "kdnssd5" "kirigami2" "knewstuff5" "ktexteditor5" "liblastfm-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver5")
+makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig5" "qt5-tools" "loudmouth")
 optdepends=(
   "ifuse: support for Apple iPod Touch and iPhone"
   "loudmouth: backend needed by mp3tunes for syncing"