summaryrefslogtreecommitdiff
path: root/community/libtaginfo
diff options
context:
space:
mode:
Diffstat (limited to 'community/libtaginfo')
-rw-r--r--community/libtaginfo/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libtaginfo/PKGBUILD b/community/libtaginfo/PKGBUILD
index a24121fc6..1eddbfc5c 100644
--- a/community/libtaginfo/PKGBUILD
+++ b/community/libtaginfo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 99234 2013-10-26 09:47:13Z fyan $
+# $Id: PKGBUILD 102566 2013-12-15 04:07:29Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=libtaginfo
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Library for reading media metadata"
arch=('i686' 'x86_64' 'mips64el')
url="https://bitbucket.org/shuerhaaken/libtaginfo"
@@ -12,14 +12,14 @@ license=('GPL2')
source=("https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz")
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./autogen.sh --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-md5sums=('781361a667767e8553735682d63670ca')
+md5sums=('db4358e6328609e262c291f365ec8e81')