summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b98d57b659a4..ea525fbd5041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libaacplus
pkgver=2.0.2
-pkgrel=9
+pkgrel=10
pkgdesc="3GPP AAC+ High Efficiency Advanced Audio Codec v2 (HE-AAC+) Encoder Shared Library"
arch=('i686' 'x86_64')
url="http://tipok.org.ua/node/17"
@@ -14,8 +14,10 @@ provides=('aacplusenc')
optdepends=('fftw')
depends=('glibc')
makedepends=('unzip')
-source=(http://tipok.org.ua/downloads/media/aac+/libaacplus/$pkgname-$pkgver.tar.gz)
-md5sums=('3fc15d5aa91d0e8b8f94acb6555103da')
+source=(http://tipok.org.ua/downloads/media/aac+/libaacplus/$pkgname-$pkgver.tar.gz
+ 'au.patch')
+md5sums=('3fc15d5aa91d0e8b8f94acb6555103da'
+ '4a2845777a6e5b1154694f923f9c51a5')
build() {
cd "$srcdir/$pkgname-$pkgver"