summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2017-02-13 18:34:14 -0500
committerDavid Parrish2017-02-13 18:34:14 -0500
commita7062bfc4ca43617d79a9aac23e57de94475bbb1 (patch)
treeaf8d0b1e1de0788251fafd98e6bcf624568c527d
parent3db885c51581c2edf0f8903936331e94a275c663 (diff)
downloadaur-a7062bfc4ca43617d79a9aac23e57de94475bbb1.tar.gz
Update version to 0.4.9.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9424ea93fe26..7c21847c5d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 22 13:57:31 UTC 2016
+# Mon Feb 13 23:33:38 UTC 2017
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.8
+ pkgver = 0.4.9.9
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#tag=v0.4.9.8
- source = git+https://github.com/bitsquare/bitcoinj.git#commit=0cbd80a4b2938859f26e14bb94dff72f60ad673c
+ source = bitsquare::git+https://github.com/bitsquare/bitsquare.git#tag=v0.4.9.9
+ source = git+https://github.com/bitsquare/bitcoinj.git#commit=34cc044371ca7613ec0880a68f57b0f12700b95b
source = bitsquare.sh
source = bitsquare.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50f6c36eb955..ad9fd0f2596b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bitsquare
-pkgver=0.4.9.8
+pkgver=0.4.9.9
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')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('java-openjfx')
makedepends=('maven' 'jdk8-openjdk')
source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git#tag=v${pkgver}"
- "git+https://github.com/bitsquare/bitcoinj.git#commit=0cbd80a4b2938859f26e14bb94dff72f60ad673c"
+ "git+https://github.com/bitsquare/bitcoinj.git#commit=34cc044371ca7613ec0880a68f57b0f12700b95b"
"bitsquare.sh"
"bitsquare.desktop")
sha256sums=('SKIP'