summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2b3de351e31..5d285e20ea1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libdvdcss-git
-pkgver=1.4.2.2.gf93ae87
+pkgver=1.4.3.1.g812aacb
pkgrel=1
-pkgdesc="A portable abstraction library for DVD decryption. (GIT version)"
+pkgdesc='A portable abstraction library for DVD decryption. (GIT version)'
arch=('x86_64')
license=('GPL2')
url='http://www.videolan.org/libdvdcss'
@@ -23,13 +23,13 @@ pkgver() {
prepare() {
mkdir -p build
+}
+build() {
cd libdvdcss
autoreconf -vif
-}
-build() {
- cd build
+ cd "${srcdir}/build"
../libdvdcss/configure \
--prefix=/usr