summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-05-15 20:31:16 -0400
committerDavid Parrish2018-05-15 20:36:55 -0400
commit180a005669a6e22d8ef9fcf77d576d764d75e2ed (patch)
treea76067a2157000158da2f2c22c3c6c571839f91d
parent09434271a7ac785633620a9f84279009eae88fcc (diff)
downloadaur-180a005669a6e22d8ef9fcf77d576d764d75e2ed.tar.gz
Remove unneeded shell script
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--bisq.sh2
3 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff475f83cfc..9496165a825b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 16 00:28:06 UTC 2018
+# Wed May 16 00:36:42 UTC 2018
pkgbase = bisq
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://bitsquare.io/
arch = any
license = AGPL3
@@ -12,10 +12,8 @@ pkgbase = bisq
makedepends = protobuf
depends = java-openjfx
source = bisq::git+https://github.com/bisq-network/bisq-desktop.git#tag=v0.7.0
- source = bisq.sh
source = bisq.desktop
sha256sums = SKIP
- sha256sums = 175e18841dd216ca84391a89b0fba0b12bf575ec095d200ae9a3babc83693e31
sha256sums = 20d24db040983a6139e3300db7824b08b3e106150cb155480409b1ab7de68d17
pkgname = bisq
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() {
diff --git a/bisq.sh b/bisq.sh
deleted file mode 100644
index 424d67d6de27..000000000000
--- a/bisq.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec "$JAVA_HOME/bin/java" -Dsecurity.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider -jar /usr/share/java/bisq/shaded.jar "$@"