summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-11-22 08:58:17 -0500
committerDavid Parrish2016-11-22 08:58:17 -0500
commit3db885c51581c2edf0f8903936331e94a275c663 (patch)
treee2203b43a7297888d11f99ad143f7a4fba714612
parentd8f38af301810238778aa9fe1e96396b1db89768 (diff)
downloadaur-3db885c51581c2edf0f8903936331e94a275c663.tar.gz
Update to version v0.4.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ab3df6b74d..9424ea93fe26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 19:09:02 UTC 2016
+# Tue Nov 22 13:57:31 UTC 2016
pkgbase = bitsquare
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = 0.4.9.7
+ pkgver = 0.4.9.8
pkgrel = 1
url = https://bitsquare.io/
arch = any
@@ -10,8 +10,8 @@ pkgbase = bitsquare
makedepends = maven
makedepends = jdk8-openjdk
depends = java-openjfx
- source = bitsquare::git+https://github.com/bitsquare/bitsquare.git#commit=d54f4d056785aec285dfcdafd9b920c33c679150
- source = git+https://github.com/bitsquare/bitcoinj.git#commit=206b5bf7085405dd1f39b562905c65f5216f4bb5
+ source = bitsquare::git+https://github.com/bitsquare/bitsquare.git#tag=v0.4.9.8
+ source = git+https://github.com/bitsquare/bitcoinj.git#commit=0cbd80a4b2938859f26e14bb94dff72f60ad673c
source = bitsquare.sh
source = bitsquare.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e6de8eb3f12f..50f6c36eb955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bitsquare
-pkgver=0.4.9.7
+pkgver=0.4.9.8
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,8 +9,8 @@ url="https://bitsquare.io/"
license=('AGPL3')
depends=('java-openjfx')
makedepends=('maven' 'jdk8-openjdk')
-source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git#commit=d54f4d056785aec285dfcdafd9b920c33c679150"
- "git+https://github.com/bitsquare/bitcoinj.git#commit=206b5bf7085405dd1f39b562905c65f5216f4bb5"
+source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git#tag=v${pkgver}"
+ "git+https://github.com/bitsquare/bitcoinj.git#commit=0cbd80a4b2938859f26e14bb94dff72f60ad673c"
"bitsquare.sh"
"bitsquare.desktop")
sha256sums=('SKIP'