From bceed102ef20163ec69542342988b89b9ceb1fcf Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 25 Jan 2014 03:57:09 +0000 Subject: Sat Jan 25 03:51:36 UTC 2014 --- extra/libvorbis/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/libvorbis/PKGBUILD') diff --git a/extra/libvorbis/PKGBUILD b/extra/libvorbis/PKGBUILD index 5e57d8167..027e60707 100644 --- a/extra/libvorbis/PKGBUILD +++ b/extra/libvorbis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198262 2013-10-30 13:48:00Z allan $ +# $Id: PKGBUILD 204644 2014-01-24 14:22:14Z tomegun $ # Maintainer: Tobias Kieslich # Contributor: dorphell # Contributor: John Proctor pkgname=libvorbis -pkgver=1.3.3 +pkgver=1.3.4 pkgrel=1 pkgdesc="Vorbis codec library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://www.xiph.org/vorbis/" license=('BSD') depends=('libogg') source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz) -md5sums=('6b1a36f0d72332fae5130688e65efe1f') +md5sums=('8851c593a52d1ef9c526d95174873852') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf