summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-02-03 21:00:40 +0100
committersL1pKn072018-02-03 21:00:40 +0100
commit5124426a2b87ec28ff3193d75cd8e1a6f8be88a3 (patch)
tree8985ffda5d266250467c9465a03b4279035402f2
parent0f104dafe4d2effc23f917afe7433a8af743a3d0 (diff)
downloadaur-5124426a2b87ec28ff3193d75cd8e1a6f8be88a3.tar.gz
bump
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0fe87d09f02..6055bb14743d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libbluray-git
-pkgver=1.0.1.72.gb5e30fca
+pkgver=1.0.2.7.g6021ff97
pkgrel=1
pkgdesc="Library to access Blu-Ray disks for video playback. (GIT version)"
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@ depends=('libxml2'
)
makedepends=('git'
'apache-ant'
+ 'java-environment<=8'
'libaacs'
)
optdepends=('libaacs: Enable AACS decryption'
@@ -46,8 +47,7 @@ build() {
cd libbluray
./configure \
--prefix=/usr \
- --disable-static \
- --enable-udf
+ --disable-static
make
}