summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-03-06 15:55:55 +0100
committerFlorian Reimair2019-03-06 15:55:55 +0100
commit33021ebd9a3b17499e7c8c0e608d70e23e682d98 (patch)
treebed9225b80e6384437adca8df1076ca2945d8ce4
parentbc5b4b5a740f6da5efa7839ffaa6b32fd5863b74 (diff)
downloadaur-33021ebd9a3b17499e7c8c0e608d70e23e682d98.tar.gz
v0.9.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099f2e65c763..505a44f03dd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bisq
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://bisq.network
arch = any
@@ -14,7 +14,7 @@ pkgbase = bisq
provides = bisq
conflicts = bisq-bin
conflicts = bisq-git
- source = bisq::git+https://github.com/bisq-network/bisq-desktop.git#tag=v0.9.4
+ source = bisq::git+https://github.com/bisq-network/bisq-desktop.git#tag=v0.9.5
source = bisq.desktop
sha256sums = SKIP
sha256sums = 3560a5cfd097c644874af634725f6063674ffc93ac48118846cc693490cee6bc
diff --git a/PKGBUILD b/PKGBUILD
index 9ab6875ef770..3004b39309e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq
-pkgver=0.9.4
+pkgver=0.9.5
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')
@@ -21,7 +21,7 @@ provides=("bisq")
build() {
cd "${srcdir}/${pkgname}" || exit
msg2 "Building bisq..."
- ./gradlew build -Dorg.gradle.java.home=/usr/lib/jvm/java-10-openjdk
+ ./gradlew build -Dorg.gradle.java.home=/usr/lib/jvm/java-10-openjdk -x test
}
package() {