diff options
Diffstat (limited to 'extra/libbluray/PKGBUILD')
-rw-r--r-- | extra/libbluray/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libbluray/PKGBUILD b/extra/libbluray/PKGBUILD index 434b041cf..4dc7e13ac 100644 --- a/extra/libbluray/PKGBUILD +++ b/extra/libbluray/PKGBUILD @@ -7,11 +7,11 @@ pkgname=libbluray pkgver=0.5.0 pkgrel=1 pkgdesc='Library to access Blu-Ray disks for video playback' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.videolan.org/developers/libbluray.html' license=('LGPL2.1') depends=('libxml2' 'freetype2') -source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +source=(http://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) md5sums=('04cf15d0f3581a955d3a2ccb9dc06e9e') build() { |