summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2023-06-29 16:12:27 -0500
committerFredy García2023-06-29 16:12:27 -0500
commit4e6bc68a34841abbf58d0f1ac2e1febc2ad12047 (patch)
treed541be66582c4a248d36beb370284fc4189f6ea8
parent4cee59e60837a583e42db47214e483c4be86e716 (diff)
downloadaur-4e6bc68a34841abbf58d0f1ac2e1febc2ad12047.tar.gz
Removing qt5-script as not being necessary. Moving qt5-tools as makedepends only as not being necessary to run the application.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bcf561f23d8..d1fde764e418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amarok
pkgdesc = The powerful music player for KDE
pkgver = 2.9.71
- pkgrel = 3
+ pkgrel = 4
url = http://amarok.kde.org/
arch = x86_64
license = FDL
@@ -11,6 +11,7 @@ pkgbase = amarok
makedepends = gdk-pixbuf2
makedepends = git
makedepends = knotifyconfig
+ makedepends = qt5-tools
makedepends = loudmouth
depends = kcmutils
depends = kdoctools
@@ -22,8 +23,6 @@ pkgbase = amarok
depends = libofa
depends = mariadb
depends = phonon-qt5
- depends = qt5-script
- depends = qt5-tools
depends = qt5-webengine
depends = taglib-extras
depends = threadweaver
diff --git a/PKGBUILD b/PKGBUILD
index ae87de2e99b9..09350fd27544 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=amarok
pkgver=2.9.71
-pkgrel=3
+pkgrel=4
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-script" "qt5-tools" "qt5-webengine" "taglib-extras" "threadweaver")
-makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "loudmouth")
+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")
optdepends=(
"ifuse: support for Apple iPod Touch and iPhone"
"loudmouth: backend needed by mp3tunes for syncing"