summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2018-12-14 08:56:16 +0100
committerFlorian Reimair2018-12-14 08:56:16 +0100
commit0220a3a9c66cfcb656dfe8b7b769edca88fb805a (patch)
tree3a7345d2116894ee349ba410a4d9b09cae0ca654
parentba426044617f4b7878524bf86563b8c06c3ad317 (diff)
downloadaur-0220a3a9c66cfcb656dfe8b7b769edca88fb805a.tar.gz
v0.9.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 939ba776b37e..e2442e8a8d0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bisq-bin
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.0
- pkgrel = 2
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://bisq.network
arch = x86_64
license = AGPL3
@@ -9,10 +9,11 @@ pkgbase = bisq-bin
depends = gtk2
provides = bisq
conflicts = bisq
+ conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.9.0/Bisq-64bit-0.9.0.deb
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.9.0/Bisq-64bit-0.9.0.deb.asc
- sha512sums_x86_64 = 95f5396050bb4489625bdd8d62af5464586586db39ad4ecd3c1064faeff6316404faa68015bd725a41394f39c3dbe821bd91830a547e0ce626929fe980005b7d
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.9.1/Bisq-64bit-0.9.1.deb
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.9.1/Bisq-64bit-0.9.1.deb.asc
+ sha512sums_x86_64 = 05492bfce2b0976668794a5f44091e193fb3991745c20e86bfebe85888f765def09c824d64e9cf267d288e83ff12e5aced99a01d10ea44f08410c7d1c5444545
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 44d8d0c379c2..c79e6bb858b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.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=('x86_64')
url="https://bisq.network"
@@ -10,10 +10,10 @@ license=('AGPL3')
depends=('java-openjfx' 'gtk2')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('95f5396050bb4489625bdd8d62af5464586586db39ad4ecd3c1064faeff6316404faa68015bd725a41394f39c3dbe821bd91830a547e0ce626929fe980005b7d'
+sha512sums_x86_64=('05492bfce2b0976668794a5f44091e193fb3991745c20e86bfebe85888f765def09c824d64e9cf267d288e83ff12e5aced99a01d10ea44f08410c7d1c5444545'
'SKIP')
_binname=Bisq
-conflicts=("bisq")
+conflicts=("bisq" "bisq-git")
provides=("bisq")
prepare() {