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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Oct 1 06:01:16 UTC 2013


    Date: Tuesday, October 1, 2013 @ 08:01:16
  Author: bpiotrowski
Revision: 195483

upgpkg: libdvdcss 1.2.13-2

- rebuild due to removal of St?\195?\169phane Gaudreault's key

Modified:
  libdvdcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-01 05:58:29 UTC (rev 195482)
+++ PKGBUILD	2013-10-01 06:01:16 UTC (rev 195483)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: arjan <arjan at archlinux.org>
 # Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=libdvdcss
 pkgver=1.2.13
-pkgrel=1
-pkgdesc="A portable abstraction library for DVD decryption"
+pkgrel=2
+pkgdesc="Portable abstraction library for DVD decryption"
 url="http://www.videolan.org/libdvdcss"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
 options=('!libtool' '!docs' '!emptydirs')
-source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
 sha1sums=('1a4a5e55c7529da46386c1c333340eee2c325a77')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list