summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2018-02-17 17:27:32 +0200
committerGordonGR2018-02-17 17:27:32 +0200
commit6126722ae3021704d1483e7551093d7905917c10 (patch)
tree9349d915c3a12563224e0b592934ff4879ad03e9 /PKGBUILD
parentb0593b1d73913c3683e3797c4aaed45b5cc23efb (diff)
downloadaur-6126722ae3021704d1483e7551093d7905917c10.tar.gz
2.8.8-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 25de4fdb7b16..122ea563eee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=faad2
pkgname=lib32-${_pkgname}
-pkgver=2.8.5
+pkgver=2.8.8
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=('1ae7cea796d9cba488e70f8979663002')
+md5sums=('28f6116efdbe9378269f8a6221767d1f')
build() {
export CC='gcc -m32'