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

Douglas Soares de Andrade douglas at archlinux.org
Mon Oct 6 08:18:41 UTC 2008


    Date: Monday, October 6, 2008 @ 04:18:41
  Author: douglas
Revision: 14402

upgpkg: libdvdcss 1.2.10-1

Modified:
  libdvdcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-06 08:18:40 UTC (rev 14401)
+++ PKGBUILD	2008-10-06 08:18:41 UTC (rev 14402)
@@ -3,18 +3,20 @@
 # Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=libdvdcss
-pkgver=1.2.9
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1
 pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption."
+arch=('i686' 'x86_64')
 depends=('glibc')
+options=('!libtool')
 source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
 url="http://www.videolan.org/libdvdcss/"
-md5sums=('553383d898826c285afb2ee453b07868')
 
+md5sums=('ebd5370b79ac5a83e5c61b24a214cf74')
+
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list