summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9221907553e..770d91cd2261 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 702b8626f0b2..269b1615e93b 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"
)