summaryrefslogtreecommitdiff
path: root/extra/taglib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/taglib/PKGBUILD')
-rw-r--r--extra/taglib/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/taglib/PKGBUILD b/extra/taglib/PKGBUILD
index 4a5debbc0..eed121180 100644
--- a/extra/taglib/PKGBUILD
+++ b/extra/taglib/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 166944 2012-09-22 20:46:26Z tomegun $
+# $Id: PKGBUILD 197386 2013-10-25 08:45:00Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Ike Devolder <ike.devolder@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=taglib
-pkgver=1.8
+pkgver=1.9.1
pkgrel=1
pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ license=('LGPL' 'MPL')
depends=('sh' 'zlib' 'gcc-libs')
makedepends=('cmake' 'pkg-config')
options=('!libtool')
-source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('dcb8bd1b756f2843e18b1fdf3aaeee15')
+source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz")
+md5sums=('0d35df96822bbd564c5504cb3c2e4d86')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}