author | frealgagu
<frealgagu@gmail.com> 2018-10-29 22:24:30 UTC |
committer | frealgagu
<frealgagu@gmail.com> 2018-10-29 22:24:30 UTC |
parent | 848ac944ffab8bd0f1d9356985adad79f887449d |
.SRCINFO | +6 | -5 |
PKGBUILD | +3 | -6 |
diff --git a/.SRCINFO b/.SRCINFO index 43c048f..0706b02 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = amarok pkgdesc = The powerful music player for KDE - pkgver = 2.9.0.r251.5d463f47d1 + pkgver = 2.9.0.r255.1049bef088 pkgrel = 1 url = http://amarok.kde.org/ arch = x86_64 @@ -20,18 +20,19 @@ pkgbase = amarok depends = kirigami2 depends = knewstuff depends = ktexteditor + depends = libgpod depends = liblastfm-qt5 + depends = libmtp + depends = libmygpo-qt5 depends = libofa depends = mariadb + depends = phonon-qt5 depends = qt5-webengine depends = taglib-extras depends = threadweaver optdepends = ifuse: support for Apple iPod Touch and iPhone - optdepends = libgpod: support for Apple iPod audio devices - optdepends = libmtp: support for portable media devices - optdepends = libmygpo-qt5: gpodder.net Internet Service optdepends = loudmouth: backend needed by mp3tunes for syncing - source = git://git.kde.org/amarok.git#commit=5d463f47d149391a2303215222105d89528a571a + source = git://git.kde.org/amarok.git#commit=1049bef08812190c4fd0686da664d4b8ba529589 validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index d09d928..3cdd3bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,19 +5,16 @@ # Contributor: damir <damir@archlinux.org> pkgname=amarok -pkgver=2.9.0.r251.5d463f47d1 -_commit=5d463f47d149391a2303215222105d89528a571a +pkgver=2.9.0.r255.1049bef088 +_commit=1049bef08812190c4fd0686da664d4b8ba529589 pkgrel=1 pkgdesc="The powerful music player for KDE" arch=(x86_64) url="http://amarok.kde.org/" license=("GPL2" "LGPL2.1" "FDL") -depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "liblastfm-qt5" "libofa" "mariadb" "qt5-webengine" "taglib-extras" "threadweaver") +depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "libgpod" "liblastfm-qt5" "libmtp" "libmygpo-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver") makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "libgpod" "libmtp" "libmygpo-qt5" "loudmouth") optdepends=("ifuse: support for Apple iPod Touch and iPhone" - "libgpod: support for Apple iPod audio devices" - "libmtp: support for portable media devices" - "libmygpo-qt5: gpodder.net Internet Service" "loudmouth: backend needed by mp3tunes for syncing") #source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) source=("git://git.kde.org/amarok.git#commit=$_commit")