author | frealgagu
<frealgagu@gmail.com> 2019-01-12 21:08:41 UTC |
committer | frealgagu
<frealgagu@gmail.com> 2019-01-12 21:08:41 UTC |
parent | 07740ed9de0b2d6a848c6a8a04b7849e975663b2 |
.SRCINFO | +3 | -3 |
PKGBUILD | +4 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 05b7226..0b14faf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = amarok pkgdesc = The powerful music player for KDE - pkgver = 2.9.0.r320.5a69fc04b4 + pkgver = 2.9.0.r337.eb9706eaee pkgrel = 1 url = http://amarok.kde.org/ arch = x86_64 @@ -33,8 +33,8 @@ pkgbase = amarok depends = threadweaver optdepends = ifuse: support for Apple iPod Touch and iPhone optdepends = loudmouth: backend needed by mp3tunes for syncing - source = amarok-2.9.0.r320.5a69fc04b4.tar.gz::https://github.com/KDE/amarok/archive/5a69fc04b4f7ed5fcd725b6db97f835d5a824b74.tar.gz - sha256sums = b65943643fabf451985c5c99eefd67d18355ec8c8201e618fb66e19a89df2bab + source = amarok-2.9.0.r337.eb9706eaee.tar.gz::https://github.com/KDE/amarok/archive/eb9706eaee14e07d894cf2ad442268a6f62d915a.tar.gz + sha256sums = 83e1039a98e8185d3c4c81fcb296f4e35a1e31df2c993df961f8579399a63da4 pkgname = amarok diff --git a/PKGBUILD b/PKGBUILD index af4d2c9..746d02d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: damir <damir@archlinux.org> pkgname=amarok -pkgver=2.9.0.r320.5a69fc04b4 +pkgver=2.9.0.r337.eb9706eaee pkgrel=1 pkgdesc="The powerful music player for KDE" arch=("x86_64") @@ -15,10 +15,11 @@ depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "libgpod" "li makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "libgpod" "libmtp" "libmygpo-qt5" "loudmouth") optdepends=("ifuse: support for Apple iPod Touch and iPhone" "loudmouth: backend needed by mp3tunes for syncing") -_commit="5a69fc04b4f7ed5fcd725b6db97f835d5a824b74" +_commit="eb9706eaee14e07d894cf2ad442268a6f62d915a" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KDE/${pkgname}/archive/${_commit}.tar.gz") -sha256sums=("b65943643fabf451985c5c99eefd67d18355ec8c8201e618fb66e19a89df2bab") +sha256sums=("83e1039a98e8185d3c4c81fcb296f4e35a1e31df2c993df961f8579399a63da4") +#git describe --long --tags 2> /dev/null | sed "s/^[A-Za-z\.\-]*//;s/\([^-]*-\)g/r\1/;s/-/./g" #source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig}) #validpgpkeys=("D81C0CB38EB725EF6691C385BB463350D6EF31EF") # Heiko Becker <heirecka@exherbo.org>