summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-10-06 17:17:46 +0200
committersL1pKn072017-10-06 17:17:46 +0200
commit0f104dafe4d2effc23f917afe7433a8af743a3d0 (patch)
tree834438144b870be69c2a1c64a922277ace3d47cd /PKGBUILD
parentee119be3577639a2f8fc31482bf4bbe02a26941c (diff)
downloadaur-0f104dafe4d2effc23f917afe7433a8af743a3d0.tar.gz
move java-environment to optdepends=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35e3ad7a6725..d0fe87d09f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,25 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libbluray-git
-pkgver=0.9.3.84.g05c9fdec
+pkgver=1.0.1.72.gb5e30fca
pkgrel=1
pkgdesc="Library to access Blu-Ray disks for video playback. (GIT version)"
arch=('i686' 'x86_64')
license=('LGPL2.1')
url='http://www.videolan.org/developers/libbluray.html'
depends=('libxml2'
- 'java-environment'
'fontconfig'
)
makedepends=('git'
'apache-ant'
'libaacs'
)
-optdepends=('libaacs: Enable AACS decryption')
-provides=('libbluray' 'libbluray.so')
+optdepends=('libaacs: Enable AACS decryption'
+ 'java-environment: BD-J library'
+ )
+provides=('libbluray'
+ 'libbluray.so'
+ )
conflicts=('libbluray')
source=('git+https://git.videolan.org/git/libbluray.git'
'git+https://git.videolan.org/git/libudfread.git'