summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30b27b64b064..14302415f91e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=libdvdcss
pkgname=lib32-${_pkgname}
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Portable abstraction library for DVD decryption (32 bit)"
-url="http://www.videolan.org/libdvdcss"
+url="http://www.videolan.org/developers/libdvdcss.html"
arch=('x86_64')
license=('GPL')
depends=('lib32-glibc' "${_pkgname}")
makedepends=('gcc-multilib')
options=('!docs' '!emptydirs')
source=(http://download.videolan.org/pub/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}.tar.bz2)
-md5sums=('2edba36e6af3f0223c4f0454cdf3d159')
+md5sums=('47e7cb46fe3a5e53bec1356423b0b534')
build() {
export CC='gcc -m32'