[arch-commits] Commit in libdvdcss/trunk (PKGBUILD)

Stéphane Gaudreault stephane at nymeria.archlinux.org
Mon Mar 11 20:09:57 UTC 2013


    Date: Monday, March 11, 2013 @ 21:09:56
  Author: stephane
Revision: 179913

upgpkg: libdvdcss 1.2.13-1

upstream update

Modified:
  libdvdcss/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-11 20:06:40 UTC (rev 179912)
+++ PKGBUILD	2013-03-11 20:09:56 UTC (rev 179913)
@@ -4,16 +4,16 @@
 # Contributor Sarah Hay <sarahhay at 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 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list