git » amarok.git » commit b02149a

Upgrading to version 2.9.0.r476.ce93fb34c3

author frealgagu
2020-09-26 23:49:34 UTC
committer frealgagu
2020-09-26 23:49:34 UTC
parent 90638217a83bcb7c0b29aceeb4e9b1cc8ac8f483

Upgrading to version 2.9.0.r476.ce93fb34c3

.SRCINFO +3 -3
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 4815a92..98bd35d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = amarok
 	pkgdesc = The powerful music player for KDE
-	pkgver = 2.9.0.r465.df34fd789a
+	pkgver = 2.9.0.r476.ce93fb34c3
 	pkgrel = 1
 	url = http://amarok.kde.org/
 	arch = x86_64
@@ -28,9 +28,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.r465.df34fd789a.tar.gz::https://github.com/KDE/amarok/archive/df34fd789a8cd14bea5482c88c85216b2ef791c9.tar.gz
+	source = amarok-2.9.0.r476.ce93fb34c3.tar.gz::https://github.com/KDE/amarok/archive/ce93fb34c396f1b7766daaf43669d82f949ff091.tar.gz
 	source = amarok_mariadb.patch
-	sha256sums = 2af40c5a4a5628f3cbd21f535cba8d08027d9e418b5d36db15ae275722f189af
+	sha256sums = a7c9854bc644260907c91fa555734475fe24bbdc3d5d62b249a71ea0e0b472c2
 	sha256sums = d6540427b3a4e81d87c761b5e8ac918b035af8f92b30778f735f6be449889091
 
 pkgname = amarok
diff --git a/PKGBUILD b/PKGBUILD
index df01269..4c72655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: damir <damir@archlinux.org>
 
 pkgname=amarok
-pkgver=2.9.0.r465.df34fd789a
+pkgver=2.9.0.r476.ce93fb34c3
 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="df34fd789a8cd14bea5482c88c85216b2ef791c9"
+_commit="ce93fb34c396f1b7766daaf43669d82f949ff091"
 source=(
   "${pkgname}-${pkgver}.tar.gz::https://github.com/KDE/${pkgname}/archive/${_commit}.tar.gz"
   "${pkgname}_mariadb.patch"
 )
 sha256sums=(
-  "2af40c5a4a5628f3cbd21f535cba8d08027d9e418b5d36db15ae275722f189af"
+  "a7c9854bc644260907c91fa555734475fe24bbdc3d5d62b249a71ea0e0b472c2"
   "d6540427b3a4e81d87c761b5e8ac918b035af8f92b30778f735f6be449889091"
 )