summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed4277d27d6..25de4fdb7b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=faad2
pkgname=lib32-${_pkgname}
-pkgver=2.8.3
+pkgver=2.8.5
pkgrel=1
pkgdesc="ISO AAC audio decoder (32 bit)"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('lib32-glibc' ${_pkgname})
options=('!makeflags')
source=("http://downloads.sourceforge.net/sourceforge/faac/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('e8b373d17de8a8145dec39e9712d3bf8')
+md5sums=('1ae7cea796d9cba488e70f8979663002')
build() {
export CC='gcc -m32'