summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2021-07-22 09:47:24 +0200
committerFlorian Reimair2021-07-22 09:47:24 +0200
commit4cbd78ef654ed9a73f7d6b92fd00fbf30ef98f16 (patch)
tree9e20c0fa96c2d2d286082f42e2eaeb50ef3d696f
parente2d38a858f9f71ac7a92e0f999cf8e550329fe32 (diff)
downloadaur-4cbd78ef654ed9a73f7d6b92fd00fbf30ef98f16.tar.gz
v1.7.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
-rw-r--r--bisq.desktop2
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 670e2550a8a3..fd05607a155e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
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 = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://bisq.network
arch = any
license = AGPL3
makedepends = jdk11-openjdk
- depends = jdk-openjdk
+ depends = jdk11-openjdk
provides = bisq
conflicts = bisq-bin
conflicts = bisq-git
- source = bisq-1.7.0.tar.gz::https://github.com/bisq-network/bisq/archive/v1.7.0.tar.gz
- source = https://github.com/bisq-network/bisq/releases/download/v1.7.0/bisq-1.7.0.tar.gz.asc
+ source = bisq-1.7.1.tar.gz::https://github.com/bisq-network/bisq/archive/v1.7.1.tar.gz
+ source = https://github.com/bisq-network/bisq/releases/download/v1.7.1/bisq-1.7.1.tar.gz.asc
source = bisq.desktop
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- sha256sums = 26d0b127ecd77109920a595ef5a0e4577fb04227949f80a5dedbde15fd98ba6c
- sha256sums = d39838d93d4b0b3bd266493425370902c020b377cd1a27f0d71e176c10d9d310
- sha256sums = 20d24db040983a6139e3300db7824b08b3e106150cb155480409b1ab7de68d17
+ sha256sums = 39b010d9212e41d5127e577c36a56f075709bab2bbeb9af0b987111518eb9915
+ sha256sums = SKIP
+ sha256sums = 687d643fbe84660c3ebfe6270de98214f2e3ea791cb1d07d96d7ed889d61d406
pkgname = bisq
diff --git a/PKGBUILD b/PKGBUILD
index 5de4f9430127..e591df377337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Co-Maintainer: Felix Golatofski <contact@xdfr.de>
pkgname=bisq
-pkgver=1.7.0
+pkgver=1.7.1
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://bisq.network"
license=('AGPL3')
-depends=('jdk-openjdk')
+depends=('jdk11-openjdk')
makedepends=('jdk11-openjdk')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bisq-network/bisq/archive/v${pkgver}.tar.gz"
"https://github.com/bisq-network/bisq/releases/download/v${pkgver}/bisq-${pkgver}.tar.gz.asc"
"bisq.desktop")
-sha256sums=('26d0b127ecd77109920a595ef5a0e4577fb04227949f80a5dedbde15fd98ba6c'
- 'd39838d93d4b0b3bd266493425370902c020b377cd1a27f0d71e176c10d9d310'
- '20d24db040983a6139e3300db7824b08b3e106150cb155480409b1ab7de68d17')
+sha256sums=('39b010d9212e41d5127e577c36a56f075709bab2bbeb9af0b987111518eb9915'
+ 'SKIP'
+ '687d643fbe84660c3ebfe6270de98214f2e3ea791cb1d07d96d7ed889d61d406')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B') # Christoph Atteneder
_binname=Bisq
diff --git a/bisq.desktop b/bisq.desktop
index 13f0ccea7014..1fae9b4b2180 100644
--- a/bisq.desktop
+++ b/bisq.desktop
@@ -2,7 +2,7 @@
Name=Bisq
GenericName=P2P Bitcoin Exchange
Comment=Bisq is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
-Exec=/usr/bin/bisq-desktop
+Exec=env JAVA_HOME=/usr/lib/jvm/java-11-openjdk /usr/bin/bisq-desktop
Icon=bisq
Terminal=false
Type=Application