summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-11-13 14:09:24 -0500
committerDavid Parrish2016-11-13 14:09:27 -0500
commitd8f38af301810238778aa9fe1e96396b1db89768 (patch)
tree657e75174e4ba6c842578dbf9b10761695cb3195
parent4bbfcf59cd4377caf08cbd941cb9730c60224367 (diff)
downloadaur-d8f38af301810238778aa9fe1e96396b1db89768.tar.gz
Update to version 0.4.9.7
- Add jdk8-openjdk as a dependency - Specify commit hash for 0.4.9.7 in order for build to succeed. - Spacing changes
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 101bf52268eb..04ab3df6b74d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Sep 5 12:08:30 UTC 2016
+# Sun Nov 13 19:09:02 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.6
+ pkgver = 0.4.9.7
pkgrel = 1
url = https://bitsquare.io/
arch = any
license = AGPL3
makedepends = maven
+ makedepends = jdk8-openjdk
depends = java-openjfx
- source = bitsquare::git+https://github.com/bitsquare/bitsquare.git#tag=v0.4.9.6
- source = git+https://github.com/bitsquare/bitcoinj.git#commit=2fcd65ce8c94e993993abffa22d198e3fa1a620d
+ source = bitsquare::git+https://github.com/bitsquare/bitsquare.git#commit=d54f4d056785aec285dfcdafd9b920c33c679150
+ source = git+https://github.com/bitsquare/bitcoinj.git#commit=206b5bf7085405dd1f39b562905c65f5216f4bb5
source = bitsquare.sh
source = bitsquare.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fa61cd26cc58..e6de8eb3f12f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bitsquare
-pkgver=0.4.9.6
+pkgver=0.4.9.7
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/"
license=('AGPL3')
depends=('java-openjfx')
-makedepends=('maven')
-source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git#tag=v${pkgver}"
- "git+https://github.com/bitsquare/bitcoinj.git#commit=2fcd65ce8c94e993993abffa22d198e3fa1a620d"
- "bitsquare.sh"
- "bitsquare.desktop")
+makedepends=('maven' 'jdk8-openjdk')
+source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git#commit=d54f4d056785aec285dfcdafd9b920c33c679150"
+ "git+https://github.com/bitsquare/bitcoinj.git#commit=206b5bf7085405dd1f39b562905c65f5216f4bb5"
+ "bitsquare.sh"
+ "bitsquare.desktop")
sha256sums=('SKIP'
'SKIP'
'95a61502d44523c983549d6bf3deb81dc49fef490a187d28fd16e024c2d3e2aa'