diff options
Diffstat (limited to 'extra/libbluray/PKGBUILD')
-rw-r--r-- | extra/libbluray/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libbluray/PKGBUILD b/extra/libbluray/PKGBUILD index d73db5a9d..ba2ee7b36 100644 --- a/extra/libbluray/PKGBUILD +++ b/extra/libbluray/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157790 2012-04-29 15:02:33Z ibiru $ +# $Id: PKGBUILD 167258 2012-09-29 12:58:04Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrew Cook <ariscop@gmail.com> pkgname=libbluray -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc="Library to access Blu-Ray disks for video playback" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ optdepends=('java-environment: Blu-ray Disc Java support library') fi options=(!libtool) source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('a27eaa929ef05c544beb966a24dfc5425546d6035bfb3e86dc60987b8a4761031ce27c3836a64f71cc76b5308c3cd75efb3bc1f238185819385477e64883888a') +sha512sums=('b84fd172523facb207134bb1fee09c7f65914d22f6120fbfd6f312f0435229f3b110e8cc8ea121159929cda3760cfac4b52f84de39d0fb976f8c88d1f7e6d278') build() { cd "$pkgname-$pkgver" |