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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 27 16:48:53 UTC 2014


    Date: Wednesday, August 27, 2014 @ 18:48:53
  Author: bpiotrowski
Revision: 117971

upgpkg: cantata 1.4.1-1

new upstream release

Modified:
  cantata/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-27 16:48:04 UTC (rev 117970)
+++ PKGBUILD	2014-08-27 16:48:53 UTC (rev 117971)
@@ -5,22 +5,23 @@
 # Contributor: MisterFred <mister.fred[at]free[dot]fr>
 
 pkgname=cantata
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
-pkgdesc="Qt5 client for the music player daemon (MPD)"
+pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=('i686' 'x86_64')
-url="https://code.google.com/p/cantata/"
+url='https://code.google.com/p/cantata/'
 license=('GPL')
 depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123'
-         'taglib-extras' 'hicolor-icon-theme')
+         'taglib-extras' 'hicolor-icon-theme' 'cdparanoia')
 optdepends=('perl-uri: dynamic playlist'
             'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
-install="$pkgname.install"
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
+md5sums=('SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   mkdir build
 
   cmake . \
@@ -33,8 +34,6 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" PREFIX="/usr" install
 }
-md5sums=('ebe189390bf3ef54c8ac7e8a8ebb98ec')




More information about the arch-commits mailing list