Date: Wednesday, April 29, 2015 @ 19:11:03 Author: bpiotrowski Revision: 238266
upgpkg: libbluray 0.8.0-1 new upstream release Modified: libbluray/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-29 15:43:21 UTC (rev 238265) +++ PKGBUILD 2015-04-29 17:11:03 UTC (rev 238266) @@ -4,7 +4,7 @@ # Contributor: Andrew Cook <[email protected]> pkgname=libbluray -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=1 pkgdesc='Library to access Blu-Ray disks for video playback' arch=('i686' 'x86_64') @@ -11,8 +11,10 @@ url='http://www.videolan.org/developers/libbluray.html' license=('LGPL2.1') depends=('libxml2' 'freetype2' 'fontconfig') +makedepends=('apache-ant') +optdepends=('java-environment: for BD-J library') source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -md5sums=('efad766330164f0c7c7cb18f66389870') +md5sums=('bd2b8684d5afd17dc270f19eb1a5bb9a') build() { cd $pkgname-$pkgver
