summaryrefslogtreecommitdiff
path: root/extra/libdvdcss
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
committerroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
commiteebfa6ebe1522831767019e496b0c094b2e15a5c (patch)
tree935fa3d9bddae6c8181a7025516e24875e35f9d2 /extra/libdvdcss
parent3ff20dedff636571ad0faa4736af5b23e4623ffe (diff)
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'extra/libdvdcss')
-rw-r--r--extra/libdvdcss/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libdvdcss/PKGBUILD b/extra/libdvdcss/PKGBUILD
index c6b18078d..9e8edc9a8 100644
--- a/extra/libdvdcss/PKGBUILD
+++ b/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
}