summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2016-02-01 22:24:42 -0500
committerDavid Parrish2016-02-01 22:24:42 -0500
commitd17f17559a92b7ce61370455f02a981869c4de93 (patch)
tree79de62677285cbf4ae4d4bd4c570af10d4f158a9 /PKGBUILD
parentf1188e3864d8fe3426b43fb62219f3887647763c (diff)
downloadaur-d17f17559a92b7ce61370455f02a981869c4de93.tar.gz
Use 'java-openjfx' for dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80de8570ea6b..d1cc1cf8f593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@gmail.com>
pkgname=bitsquare-git
-pkgver=v0.3.1.r7.gda50622
+pkgver=v0.3.3.r21.g9d9ce59
pkgrel=1
pkgdesc="Bitsquare is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('x86_64')
url="https://bitsquare.io/"
license=('AGPL3')
-depends=('bash' 'java-runtime-openjdk=8')
-makedepends=('maven' 'openjfx')
+depends=('bash' 'java-openjfx')
+makedepends=('maven')
source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git"
"bitsquare.sh"
"bitsquare.desktop")