git » amarok.git » commit 2b50dfa

Upgrading to version 2.9.0.r266.ca14210f3b

author frealgagu
2018-11-28 22:49:24 UTC
committer frealgagu
2018-11-28 22:49:24 UTC
parent 0ab91a2512d59ba77a9c97f44ac2047a09469f24

Upgrading to version 2.9.0.r266.ca14210f3b

.SRCINFO +2 -2
PKGBUILD +7 -7

diff --git a/.SRCINFO b/.SRCINFO
index 1fbd73c..f4cb7d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = amarok
 	pkgdesc = The powerful music player for KDE
-	pkgver = 2.9.0.r259.a3971e4d47
+	pkgver = 2.9.0.r266.ca14210f3b
 	pkgrel = 1
 	url = http://amarok.kde.org/
 	arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = amarok
 	depends = threadweaver
 	optdepends = ifuse: support for Apple iPod Touch and iPhone
 	optdepends = loudmouth: backend needed by mp3tunes for syncing
-	source = git://git.kde.org/amarok.git#commit=a3971e4d47435adb30306e4428cf7ad7b90339c0
+	source = git://git.kde.org/amarok.git#commit=ca14210f3b0d417e06bb9410d9ab5db08dd3fcf1
 	validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index c495367..a55bf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: damir <damir@archlinux.org>
 
 pkgname=amarok
-pkgver=2.9.0.r259.a3971e4d47
+pkgver=2.9.0.r266.ca14210f3b
 pkgrel=1
 pkgdesc="The powerful music player for KDE"
 arch=("x86_64")
@@ -15,20 +15,20 @@ 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=a3971e4d47435adb30306e4428cf7ad7b90339c0
-#source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+_commit=ca14210f3b0d417e06bb9410d9ab5db08dd3fcf1
+#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")
 validpgpkeys=("D81C0CB38EB725EF6691C385BB463350D6EF31EF") # Heiko Becker <heirecka@exherbo.org>
 
 prepare() {
-  mkdir -p "${srcdir}/build"
+  mkdir -p "${srcdir}/${pkgname}/build"
 }
 
 build() {
-  cd "${srcdir}/build"
-  cmake "../${pkgname}" \
+  cd "${srcdir}/${pkgname}/build"
+  cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
@@ -36,6 +36,6 @@ build() {
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd "${srcdir}/${pkgname}/build"
   make DESTDIR="${pkgdir}" install
 }