summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2018-12-29 10:42:19 -0500
committerDavid Parrish2018-12-29 10:42:19 -0500
commit51837a0610697ffe25cee9fc7e8123973bb3cf67 (patch)
treec1427d5ea9a8f8685a24bd65bf77b49634833f36 /PKGBUILD
parenta777dd55162232add42527cbb7e7913957ea3dc6 (diff)
downloadaur-51837a0610697ffe25cee9fc7e8123973bb3cf67.tar.gz
Remove java-openjfx as dependency. Add bash as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3688289cd576..cf047a78c9dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Cross-platform desktop application that allows users to trade national
arch=('any')
url="https://bisq.network"
license=('AGPL3')
-depends=('jdk10-openjdk' 'java-openjfx')
-makedepends=('git' 'maven' 'jdk10-openjdk' 'java-openjfx' 'protobuf')
+depends=('java-runtime' 'bash')
+makedepends=('git' 'maven' 'jdk10-openjdk' 'protobuf')
source=("${pkgname}::git+https://github.com/bisq-network/bisq-desktop.git#tag=v${pkgver}"
"bisq.desktop")
sha256sums=('SKIP'