summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2020-02-27 11:13:26 +0330
committerMohammadreza Abdollahzadeh2020-02-27 11:13:26 +0330
commita97636615c4051bf43d3e4d46670e5dd4b88297e (patch)
treecdf0191cd5a84fb64d5537b2b196c92d4b96a659
parent62eeb12a9b464cc6b75065fc39c4761fe5075ec4 (diff)
downloadaur-a97636615c4051bf43d3e4d46670e5dd4b88297e.tar.gz
fix AUR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed85b93b453..9cffa3dd8671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = java-openjfx-bin
pkgdesc = Java OpenJFX 14 client application platform (Gluon build).
pkgver = 14rc8
- pkgrel = 1
+ pkgrel = 2
url = https://openjfx.io/
arch = x86_64
license = GPL2
depends = ffmpeg
depends = gstreamer
- depends = java-environment>=14
+ depends = java-openjdk-bin
depends = libxtst
depends = qt5-base
depends = webkit2gtk
diff --git a/PKGBUILD b/PKGBUILD
index 209376da94c6..6ad8dbd2169e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
+# Maintainer: M A <morealaz at gmail dot com>
+
pkgname=java-openjfx-bin
_majorver=14
_buildver=8
pkgver=${_majorver}rc${_buildver}
-pkgrel=1
+pkgrel=2
pkgdesc="Java OpenJFX ${_majorver} client application platform (Gluon build)."
arch=('x86_64')
url='https://openjfx.io/'
license=('GPL2')
-depends=('ffmpeg' 'gstreamer' "java-environment>=${_majorver}" 'libxtst' 'qt5-base' 'webkit2gtk')
+depends=('ffmpeg' 'gstreamer' 'java-openjdk-bin' 'libxtst' 'qt5-base' 'webkit2gtk')
provides=("java-openjfx=${_majorver}")
conflicts=("java${_majorver}-openjfx")
source=("https://download2.gluonhq.com/openjfx/${_majorver}/openjfx-${_majorver}-ea+${_buildver}_linux-x64_bin-sdk.zip"