summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-07-18 10:26:13 -0400
committerDavid Parrish2018-07-18 10:26:13 -0400
commitc4d43b4923edba1bc1ad43b5733db7b073738aca (patch)
tree15cbb374ce65122e48526c429bd1c90ab1841333
parent180a005669a6e22d8ef9fcf77d576d764d75e2ed (diff)
downloadaur-c4d43b4923edba1bc1ad43b5733db7b073738aca.tar.gz
Update URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9496165a825b..7a26f1ce26bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed May 16 00:36:42 UTC 2018
+# Wed Jul 18 14:25:50 UTC 2018
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.7.0
- pkgrel = 2
- url = https://bitsquare.io/
+ pkgver = 0.7.1
+ pkgrel = 1
+ url = https://bisq.network
arch = any
license = AGPL3
makedepends = maven
makedepends = jdk8-openjdk
makedepends = protobuf
depends = java-openjfx
- source = bisq::git+https://github.com/bisq-network/bisq-desktop.git#tag=v0.7.0
+ source = bisq::git+https://github.com/bisq-network/bisq-desktop.git#tag=v0.7.1
source = bisq.desktop
sha256sums = SKIP
sha256sums = 20d24db040983a6139e3300db7824b08b3e106150cb155480409b1ab7de68d17
diff --git a/PKGBUILD b/PKGBUILD
index 7e87dee02216..ac0c52d7e476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.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://bitsquare.io/"
+url="https://bisq.network"
license=('AGPL3')
depends=('java-openjfx')
makedepends=('maven' 'jdk8-openjdk' 'protobuf')