summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2018-05-15 20:31:16 -0400
committerDavid Parrish2018-05-15 20:36:55 -0400
commit180a005669a6e22d8ef9fcf77d576d764d75e2ed (patch)
treea76067a2157000158da2f2c22c3c6c571839f91d /PKGBUILD
parent09434271a7ac785633620a9f84279009eae88fcc (diff)
downloadaur-180a005669a6e22d8ef9fcf77d576d764d75e2ed.tar.gz
Remove unneeded shell script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35b842c38302..7e87dee02216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bisq
pkgver=0.7.0
-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/"
@@ -10,10 +10,8 @@ license=('AGPL3')
depends=('java-openjfx')
makedepends=('maven' 'jdk8-openjdk' 'protobuf')
source=("${pkgname}::git+https://github.com/bisq-network/bisq-desktop.git#tag=v${pkgver}"
- "bisq.sh"
"bisq.desktop")
sha256sums=('SKIP'
- '175e18841dd216ca84391a89b0fba0b12bf575ec095d200ae9a3babc83693e31'
'20d24db040983a6139e3300db7824b08b3e106150cb155480409b1ab7de68d17')
build() {