summaryrefslogtreecommitdiff
path: root/extra/taglib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/taglib/PKGBUILD')
-rw-r--r--extra/taglib/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/taglib/PKGBUILD b/extra/taglib/PKGBUILD
index c1732f1aa..8bc4d8721 100644
--- a/extra/taglib/PKGBUILD
+++ b/extra/taglib/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 79406 2010-05-04 00:23:40Z andrea $
+# $Id: PKGBUILD 118894 2011-04-09 10:13:00Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@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 @@ depends=('sh' 'zlib' 'gcc-libs')
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 @@ build() {
-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
}