summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59accc72940..7ef9f2fb55ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun May 22 20:50:07 UTC 2016
+# Fri Jul 1 20:34:46 UTC 2016
pkgbase = bitsquare-git
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = 0.4.6.r5.gbf8e3c3
+ pkgver = 0.4.8.r13.g49ef005
pkgrel = 1
url = https://bitsquare.io/
arch = any
license = AGPL3
makedepends = maven
+ makedepends = jdk8-openjdk
depends = java-openjfx
source = bitsquare-git::git+https://github.com/bitsquare/bitsquare.git
source = git+https://github.com/bitsquare/bitcoinj.git#branch=FixBloomFilters
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"