summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2016-07-01 16:35:27 -0400
committerDavid Parrish2016-07-01 16:35:45 -0400
commitbefee64d6ed71d2ca3d0e4c51dee237d8824c249 (patch)
treebc93e37aa9549435b86c220cd2488ecb6b6f6516 /PKGBUILD
parent2c4f45b9198e710e7b5b88462b33154490562c2b (diff)
downloadaur-befee64d6ed71d2ca3d0e4c51dee237d8824c249.tar.gz
Add jdk8-openjdk as a make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9c69f5ea28b..9c76fe1d90f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bitsquare-git
-pkgver=0.4.6.r5.gbf8e3c3
+pkgver=0.4.8.r13.g49ef005
pkgrel=1
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('any')
url="https://bitsquare.io/"
license=('AGPL3')
depends=('java-openjfx')
-makedepends=('maven')
+makedepends=('maven' 'jdk8-openjdk')
source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git"
"git+https://github.com/bitsquare/bitcoinj.git#branch=FixBloomFilters"
"bitsquare.sh"