From 24152c3ea77087edccf017c13d44904a75799ff7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Oct 2013 01:22:45 -0700 Subject: Sat Oct 26 01:21:13 PDT 2013 --- extra/taglib/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/taglib/PKGBUILD') 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 # Contributor: Ike Devolder # Contributor: Andrea Scarpino # Contributor: Tobias Powalowski 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} -- cgit v1.2.3-54-g00ecf