summaryrefslogtreecommitdiff
path: root/community/libtaginfo
diff options
context:
space:
mode:
Diffstat (limited to 'community/libtaginfo')
-rw-r--r--community/libtaginfo/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libtaginfo/PKGBUILD b/community/libtaginfo/PKGBUILD
index e9fdc1b46..50c3887da 100644
--- a/community/libtaginfo/PKGBUILD
+++ b/community/libtaginfo/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 102566 2013-12-15 04:07:29Z fyan $
+# $Id: PKGBUILD 107321 2014-03-17 02:34:57Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=libtaginfo
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Library for reading media metadata"
arch=('i686' 'x86_64')
@@ -10,6 +10,7 @@ url="https://bitbucket.org/shuerhaaken/libtaginfo"
depends=('taglib' 'gcc-libs')
license=('GPL2')
source=("https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz")
+sha512sums=('f1a79b1f7ea12bce10c82c0a4106f855c95b6efeef25e7548fc629d4f8977f50fe62637426a53ec0333902d5e2a81980c189719d030d7f85897ecfa8cbb1ba41')
build() {
cd $pkgname-$pkgver
@@ -22,4 +23,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums=('db4358e6328609e262c291f365ec8e81')