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

Andrea Scarpino andrea at archlinux.org
Sat Apr 9 10:13:01 UTC 2011


    Date: Saturday, April 9, 2011 @ 06:13:00
  Author: andrea
Revision: 118894

upgpkg: taglib 1.7-1
upstream release

Modified:
  taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-09 09:48:22 UTC (rev 118893)
+++ PKGBUILD	2011-04-09 10:13:00 UTC (rev 118894)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=taglib
-pkgver=1.6.3
+pkgver=1.7
 pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'pkgconfig')
 source=(http://developer.kde.org/~wheeler/files/src/$pkgname-$pkgver.tar.gz)
 options=('!libtool')
-md5sums=('ddf02f4e1d2dc30f76734df806e613eb')
+md5sums=('6a7e312668f153fa905a81714aebc257')
 
 build() {
   cd ${srcdir}
@@ -24,10 +24,10 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DWITH_MP4=ON \
     -DWITH_ASF=ON
-  make VERBOSE=1 || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list