[arch-commits] Commit in libbluray/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Mar 24 02:17:36 UTC 2020


    Date: Tuesday, March 24, 2020 @ 02:17:36
  Author: alucryd
Revision: 378424

switch to java 13: libbluray 1.2.0-2

Modified:
  libbluray/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 01:51:35 UTC (rev 378423)
+++ PKGBUILD	2020-03-24 02:17:36 UTC (rev 378424)
@@ -5,7 +5,7 @@
 
 pkgname=libbluray
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=(x86_64)
 url=https://www.videolan.org/developers/libbluray.html
@@ -18,9 +18,9 @@
 makedepends=(
   apache-ant
   git
-  java-environment=8
+  java-environment=13
 )
-optdepends=('java-runtime=8: BD-J library')
+optdepends=('java-runtime=13: BD-J library')
 provides=(libbluray.so)
 source=(
   git+https://code.videolan.org/videolan/libbluray.git#tag=43059c7e3631703857358cff7666c6a11497da89



More information about the arch-commits mailing list