From ec482d0c40e8190105ccf9de8068589f0aa82fbb Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Wed, 28 Jan 2015 09:44:19 +0000 Subject: [PATCH] Update libdvdcss to 1.3.0. --- libdvdcss/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libdvdcss/PKGBUILD b/libdvdcss/PKGBUILD index 280edc603..9ddd75a4e 100644 --- a/libdvdcss/PKGBUILD +++ b/libdvdcss/PKGBUILD @@ -1,15 +1,15 @@ -# Maintainer: abveritas@chakra-project.org +# Maintainer: Jeff Huang pkgname=libdvdcss -pkgver=1.2.13 +pkgver=1.3.0 pkgrel=1 pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption." arch=('x86_64') license=('GPL') depends=('glibc') -options=('!libtool') +options=('!libtool' '!emptydirs') source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('53cfc52a60a156763c425572e5179273') +sha1sums=('b3ccd70a510aa04d644f32b398489a3122a7e11a') build() { cd "${srcdir}/${pkgname}-${pkgver}"