summaryrefslogtreecommitdiffstats
path: root/abs/extra/libdvdcss
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-07-17 16:06:25 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-07-17 16:06:25 (GMT)
commit74c3042ba53de6dc3f75988de1add0a9a4df894c (patch)
treec78c4eb449b3b913b9952967bbdf5ad6fc4dc53e /abs/extra/libdvdcss
parentdcd746607b150957324b79678c0e00cc2b970cfc (diff)
downloadlinhes_pkgbuild-74c3042ba53de6dc3f75988de1add0a9a4df894c.zip
linhes_pkgbuild-74c3042ba53de6dc3f75988de1add0a9a4df894c.tar.gz
linhes_pkgbuild-74c3042ba53de6dc3f75988de1add0a9a4df894c.tar.bz2
libdvdcss: update to 1.2.13
Diffstat (limited to 'abs/extra/libdvdcss')
-rw-r--r--abs/extra/libdvdcss/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/extra/libdvdcss/PKGBUILD b/abs/extra/libdvdcss/PKGBUILD
index c6b1807..9e8edc9 100644
--- a/abs/extra/libdvdcss/PKGBUILD
+++ b/abs/extra/libdvdcss/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 160018 2012-05-28 02:15:20Z eric $
+# $Id: PKGBUILD 180007 2013-03-14 11:52:25Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: arjan <arjan@archlinux.org>
# Contributor Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=libdvdcss
-pkgver=1.2.12
+pkgver=1.2.13
pkgrel=1
pkgdesc="A portable abstraction library for DVD decryption"
url="http://www.videolan.org/libdvdcss"
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc')
-options=('!libtool')
+options=('!libtool' '!docs' '!emptydirs')
source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2218a193900e3203aa10dc24cdf54275')
+sha1sums=('1a4a5e55c7529da46386c1c333340eee2c325a77')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,5 +23,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="${pkgdir}" install
}