summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9764fe2ec531..3bf3c13cb906 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 = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = https://bisq.network
arch = any
@@ -14,9 +14,9 @@ pkgbase = bisq
provides = bisq
conflicts = bisq-bin
conflicts = bisq-git
- source = bisq::git+https://github.com/bisq-network/bisq-desktop.git#tag=v1.1.4
+ source = https://github.com/bisq-network/bisq/archive/v1.1.5.tar.gz
source = bisq.desktop
- sha256sums = SKIP
+ sha256sums = 5d1003c792b3af739b7821a16c7f405b6e470aca55f506774671ab90fd41fc22
sha256sums = 3560a5cfd097c644874af634725f6063674ffc93ac48118846cc693490cee6bc
pkgname = bisq
diff --git a/PKGBUILD b/PKGBUILD
index 033de3cf912d..ce72e0036386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq
-pkgver=1.1.4
+pkgver=1.1.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')
@@ -9,9 +9,9 @@ url="https://bisq.network"
license=('AGPL3')
depends=('java-runtime' 'bash')
makedepends=('git' 'maven' 'jdk10-openjdk' 'protobuf')
-source=("${pkgname}::git+https://github.com/bisq-network/bisq-desktop.git#tag=v${pkgver}"
+source=("https://github.com/bisq-network/${pkgname}/archive/v${pkgver}.tar.gz"
"bisq.desktop")
-sha256sums=('SKIP'
+sha256sums=('5d1003c792b3af739b7821a16c7f405b6e470aca55f506774671ab90fd41fc22'
'3560a5cfd097c644874af634725f6063674ffc93ac48118846cc693490cee6bc')
_binname=Bisq