git » amarok.git » commit cbf68ad

Upgrading to version 2.9.0.r394.2084224e4c

author frealgagu
2020-02-26 19:29:14 UTC
committer frealgagu
2020-02-26 19:29:14 UTC
parent fd9c230f3458d0ea7d0fc01cef00dbd897777531

Upgrading to version 2.9.0.r394.2084224e4c

.SRCINFO +3 -3
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index e922190..770d91c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = amarok
 	pkgdesc = The powerful music player for KDE
-	pkgver = 2.9.0.r389.195748144f
+	pkgver = 2.9.0.r394.2084224e4c
 	pkgrel = 1
 	url = http://amarok.kde.org/
 	arch = x86_64
@@ -33,9 +33,9 @@ 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.r389.195748144f.tar.gz::https://github.com/KDE/amarok/archive/195748144f468d9d5befcfa433f6c7ff96ff1fe8.tar.gz
+	source = amarok-2.9.0.r394.2084224e4c.tar.gz::https://github.com/KDE/amarok/archive/2084224e4c30d282936333a6894071245b62dc7b.tar.gz
 	source = amarok_mariadb.patch
-	sha256sums = cc41e970bd5f7bd53ecc7364391027e79c35abe9edfb6ca774e8bdca9331c226
+	sha256sums = 9692d2534f6de11d0f2e5c2fec227f93a8ef4425c7397749e71c4b08a13fb8bc
 	sha256sums = 029937d925993fa0b3cbe460f6d0c8f9fd624fc8dffff22acbbd3da600720dab
 
 pkgname = amarok
diff --git a/PKGBUILD b/PKGBUILD
index 702b862..269b161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: damir <damir@archlinux.org>
 
 pkgname=amarok
-pkgver=2.9.0.r389.195748144f
+pkgver=2.9.0.r394.2084224e4c
 pkgrel=1
 pkgdesc="The powerful music player for KDE"
 arch=("x86_64")
@@ -17,13 +17,13 @@ optdepends=(
   "ifuse: support for Apple iPod Touch and iPhone"
   "loudmouth: backend needed by mp3tunes for syncing"
 )
-_commit="195748144f468d9d5befcfa433f6c7ff96ff1fe8"
+_commit="2084224e4c30d282936333a6894071245b62dc7b"
 source=(
   "${pkgname}-${pkgver}.tar.gz::https://github.com/KDE/${pkgname}/archive/${_commit}.tar.gz"
   "${pkgname}_mariadb.patch"
 )
 sha256sums=(
-  "cc41e970bd5f7bd53ecc7364391027e79c35abe9edfb6ca774e8bdca9331c226"
+  "9692d2534f6de11d0f2e5c2fec227f93a8ef4425c7397749e71c4b08a13fb8bc"
   "029937d925993fa0b3cbe460f6d0c8f9fd624fc8dffff22acbbd3da600720dab"
 )