[arch-commits] Commit in cantata/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Dec 10 13:49:45 UTC 2014


    Date: Wednesday, December 10, 2014 @ 14:49:45
  Author: andrea
Revision: 123716

Bump version for real

Modified:
  cantata/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-10 12:54:18 UTC (rev 123715)
+++ PKGBUILD	2014-12-10 13:49:45 UTC (rev 123716)
@@ -6,7 +6,7 @@
 
 pkgname=cantata
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/cantata/'
@@ -17,8 +17,8 @@
             'mpd: playback')
 makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
 install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM")
-md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8")
+md5sums=('367dab0b94503d1c1d0f4cfb775effca')
 
 prepare() {
   mkdir build
@@ -26,7 +26,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-1.5.0 \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DENABLE_HTTP_STREAM_PLAYBACK=ON \



More information about the arch-commits mailing list