summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2017-10-07 14:52:28 +0300
committerGordonGR2017-10-07 14:52:28 +0300
commitb0593b1d73913c3683e3797c4aaed45b5cc23efb (patch)
treea577198eba46067cc17b5c9e917e75e2723fd818 /PKGBUILD
parent443a258fe04ed87e23cd97cf7d004eccfce4836a (diff)
downloadaur-b0593b1d73913c3683e3797c4aaed45b5cc23efb.tar.gz
2.8.5-1: Upstream update
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'