summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael DeGuzis2017-05-21 21:16:59 -0400
committerMichael DeGuzis2017-05-21 21:16:59 -0400
commit66ae521ce5b019b3aeca7dc7640705b67273d4db (patch)
treef7d110568f80b3c4ff74b0edfb1cf4db3ae43a59 /PKGBUILD
parent11e630191a5a2142a30bc231472a3ecaae751226 (diff)
downloadaur-66ae521ce5b019b3aeca7dc7640705b67273d4db.tar.gz
add javafx to run deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce3d0cb3ef2d..94f534013af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_pkgname=playonlinux5
pkgname=${_pkgname}-git
-pkgver=r1631.9ffbb41e
+pkgver=r1735.38d41ea4
pkgrel=1
epoch=2
pkgdesc="GUI for managing Windows programs under linux (development version based on Java)"
@@ -19,7 +19,7 @@ arch=('any')
url="http://www.playonlinux.com/"
license=('GPL')
makedepends=('git' 'maven' 'java-openjfx' 'java-environment>=8')
-depends=('wine' 'java-runtime>=8')
+depends=('wine' 'java-openjfx' 'java-runtime>=8')
options=(!strip)
source=(
"${_pkgname}::git://github.com/PlayOnLinux/POL-POM-5.git"