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

Jan de Groot jgc at nymeria.archlinux.org
Sat Apr 19 21:10:09 UTC 2014


    Date: Saturday, April 19, 2014 @ 23:10:09
  Author: jgc
Revision: 211559

upgpkg: libdvdread 4.9.9-1

Modified:
  libdvdread/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-19 21:06:42 UTC (rev 211558)
+++ PKGBUILD	2014-04-19 21:10:09 UTC (rev 211559)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libdvdread
-pkgver=4.2.1
+pkgver=4.9.9
 pkgrel=1
 pkgdesc="Provides a simple foundation for reading DVD video disks"
 arch=(i686 x86_64)
@@ -14,11 +14,11 @@
 makedepends=('libdvdcss')
 optdepends=('libdvdcss: for decoding encrypted DVDs')
 source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4')
+sha256sums=('d91275471ef69d488b05cf15c60e1cd65e17648bfc692b405787419f47ca424a')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list