summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2016-01-10 17:03:14 +0200
committerGordonGR2016-01-10 17:03:14 +0200
commit83e0410b956e19fcf00d0e425cf1852117af825a (patch)
tree138daa324ec5478dd969e60f0846379008de24d8 /PKGBUILD
parentea655903244463c36a17e024cce01907ee38ea45 (diff)
downloadaur-83e0410b956e19fcf00d0e425cf1852117af825a.tar.gz
1.4.0-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 e28011b3e5cc..30b27b64b064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=libdvdcss
pkgname=lib32-${_pkgname}
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Portable abstraction library for DVD decryption (32 bit)"
url="http://www.videolan.org/libdvdcss"
@@ -13,7 +13,7 @@ depends=('lib32-glibc' "${_pkgname}")
makedepends=('gcc-multilib')
options=('!docs' '!emptydirs')
source=(http://download.videolan.org/pub/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}.tar.bz2)
-md5sums=('7f0fdb3ff91d638f5e45ed7536f7eb67')
+md5sums=('2edba36e6af3f0223c4f0454cdf3d159')
build() {
export CC='gcc -m32'