summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3050397f34b3..40ddbebaecd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Jul 9 12:09:28 UTC 2018
+# Wed Jul 18 14:21:34 UTC 2018
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.7.1
- pkgrel = 2
- url = https://bitsquare.io/
+ pkgrel = 3
+ url = https://bisq.network
arch = x86_64
license = AGPL3
depends = java-openjfx
diff --git a/PKGBUILD b/PKGBUILD
index 6a17bd00d0a8..3cc059ef8627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=bisq-bin
pkgver=0.7.1
-pkgrel=2
+pkgrel=3
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://bitsquare.io/"
+url="https://bisq.network"
license=('AGPL3')
depends=('java-openjfx' 'gtk2')
source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb")