updated lib32-libvorbis to version 1.3.2

This commit is contained in:
Giuseppe 2011-06-27 09:28:37 +00:00
parent 9d16fdc766
commit 4ef67a5014

View File

@ -5,8 +5,8 @@
_pkgbasename=libvorbis
pkgname=lib32-$_pkgbasename
pkgver=1.3.1
pkgrel=2
pkgver=1.3.2
pkgrel=1
pkgdesc="Vorbis codec library (32-bit)"
arch=('x86_64')
license=('custom')
@ -15,7 +15,7 @@ depends=('lib32-libogg' $_pkgbasename)
makedepends=(gcc-multilib)
options=('!libtool')
source=(http://downloads.xiph.org/releases/vorbis/${_pkgbasename}-${pkgver}.tar.gz)
md5sums=('016e523fac70bdd786258a9d15fd36e9')
md5sums=('c870b9bd5858a0ecb5275c14486d9554')
build() {
cd ${srcdir}/${_pkgbasename}-${pkgver}