git » amarok.git » commit 39b2a8c

Upgrading to version 2.9.0.r249.67c651bc60

author frealgagu
2018-09-28 16:52:58 UTC
committer frealgagu
2018-09-28 16:52:58 UTC
parent 87664e5e2aaade8e7f2149c2887bb9a7cff4257e

Upgrading to version 2.9.0.r249.67c651bc60

.SRCINFO +2 -2
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index b0f5d46..1948b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = amarok
 	pkgdesc = The powerful music player for KDE
-	pkgver = 2.9.0.r246.3ad4286b84
+	pkgver = 2.9.0.r249.67c651bc60
 	pkgrel = 1
 	url = http://amarok.kde.org/
 	arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = amarok
 	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=3ad4286b840fbd3866f956dcf12281190802e9f4
+	source = git://git.kde.org/amarok.git#commit=67c651bc60743bce79aeaf35f3e4d734e26eee62
 	validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 6a12123..1c200e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: damir <damir@archlinux.org>
 
 pkgname=amarok
-pkgver=2.9.0.r246.3ad4286b84
-_commit=3ad4286b840fbd3866f956dcf12281190802e9f4
+pkgver=2.9.0.r249.67c651bc60
+_commit=67c651bc60743bce79aeaf35f3e4d734e26eee62
 pkgrel=1
 pkgdesc="The powerful music player for KDE"
 arch=(x86_64)
@@ -21,7 +21,7 @@ optdepends=("ifuse: support for Apple iPod Touch and iPhone"
             "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")
-sha256sums=("SKIP")
+sha256sums=('SKIP')
 validpgpkeys=("D81C0CB38EB725EF6691C385BB463350D6EF31EF") # Heiko Becker <heirecka@exherbo.org>
 
 prepare() {