summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 15:44:19 +0200
committersL1pKn072018-04-12 15:44:19 +0200
commitd21203c1d6b223d745913d75b9200279a895b5b0 (patch)
tree22eb5dc7a0f216859be5ab562f48fc469ab4d71d /PKGBUILD
parentd01269cc1eb7aaae065c5ca50a113f3fcbe320b8 (diff)
downloadaur-d21203c1d6b223d745913d75b9200279a895b5b0.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31833271416a..3d2217da27a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libaacs-git
-pkgver=0.8.1.78.gd4c4c7f
+pkgver=0.9.0.7.g5486058
pkgrel=1
pkgdesc="Advanced Access Content System. (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('LGPL')
url='http://www.videolan.org/developers/libaacs.html'
depends=('libgcrypt')
@@ -12,7 +12,9 @@ makedepends=('git'
'flex'
'bison'
)
-provides=('libaacs' 'libaacs.so')
+provides=('libaacs'
+ 'libaacs.so'
+ )
conflicts=('libaacs')
source=('git+https://git.videolan.org/git/libaacs.git')
sha1sums=('SKIP')
@@ -31,6 +33,7 @@ build() {
cd libaacs
./configure \
--prefix=/usr
+
make
}