summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2018-01-23 09:00:32 -0500
committerDavid Parrish2018-01-23 09:00:42 -0500
commit0721f4391f1d990a3497f59d748aed736324b38b (patch)
tree7ad69d293af084d27ada1d2b3ff1bf87068072c4 /PKGBUILD
parent5e968ac2a30ee1a4750519f9099c630333cd6880 (diff)
downloadaur-0721f4391f1d990a3497f59d748aed736324b38b.tar.gz
Allow desktop icon to be themable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f3527f342ca..5afc6c3c982a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bisq
pkgver=0.6.4
-pkgrel=1
+pkgrel=2
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/"
@@ -14,7 +14,7 @@ source=("${pkgname}::git+https://github.com/bisq-network/exchange.git#tag=v${pkg
"bisq.desktop")
sha256sums=('SKIP'
'175e18841dd216ca84391a89b0fba0b12bf575ec095d200ae9a3babc83693e31'
- '2f9da2f32bb7d023af78bcbf688bc8dc01f24e1d6c7e3227928e22338343587c')
+ '8496c6f259873435591ff2106ce6a4e05a8c272b8a374f924c6090e48701b2d8')
prepare() {
msg 'Fixing protoc path...'