diff --git a/files/bisq.sh b/files/bisq.sh
--- a/files/bisq.sh
+++ b/files/bisq.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-exec "/usr/bin/java" -Dsecurity.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider -jar /usr/share/java/bisq/shaded.jar "$@"
+exec /usr/lib64/openjdk-8/bin/java -Dsecurity.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider -jar /usr/share/bisq/bisq.jar "$@"
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,13 @@
name : bisq
version : 0.6.7
-release : 2
+release : 3
source :
- - https://github.com/bisq-network/exchange/archive/v0.6.7.tar.gz : c3e61070d4b4fb0458c4f5739654df229b077c90d78b4f31a7d6c157b0d145ad
-license : AGPL-3.0
+ - https://github.com/bisq-network/bisq/archive/v0.6.7.tar.gz : 10a5c325232d2b6c650bb17450273335c5fed3c99fd06273dcc831f2c0f5b98c
+license : AGPL-3.0-or-later
component : network.web
-summary : The decentralized bitcoin exchange
+summary : Decentralized Bitcoin exchange
description: |
- Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.
+ Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies.
networking : yes
builddeps :
- apache-maven
@@ -15,12 +15,11 @@
rundeps :
- openjfx-8
build : |
- mvn clean package -Dmaven.repo.local=$workdir/repo -X -DskipTests -Dmaven.javadoc.skip=true
+ mvn -Dmaven.repo.local=$workdir/repo -X -DskipTests -Dmaven.javadoc.skip=true package
install : |
- install -Dm755 gui/target/shaded.jar $installdir/usr/share/java/bisq/shaded.jar
- install -dm644 $installdir/usr/share/java/bisq/lib
- install -Dm644 gui/target/lib/bcpg-jdk15on.jar $installdir/usr/share/java/bisq/lib
- install -Dm644 gui/target/lib/bcprov-jdk15on.jar $installdir/usr/share/java/bisq/lib
- install -Dm644 package/linux/icon.png $installdir/usr/share/pixmaps/bisq.png
- install -Dm755 $pkgfiles/bisq.sh $installdir/usr/bin/bisq
- install -Dm644 $pkgfiles/bisq.desktop $installdir/usr/share/applications/bisq.desktop
+ install -Dm00644 gui/target/shaded.jar $installdir/usr/share/bisq/bisq.jar
+ install -Dm00755 $pkgfiles/bisq.sh $installdir/usr/bin/bisq
+ cp -a gui/target/lib $installdir/usr/share/bisq
+
+ install -Dm00644 package/linux/icon.png $installdir/usr/share/pixmaps/bisq.png
+ install -Dm00644 $pkgfiles/bisq.desktop -t $installdir/usr/share/applications
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,38 +2,38 @@
bisq
- Sönke Behrendt
- thesoenke@outlook.com
+ Fabio Forni
+ livingsilver94.solus@redaril.me
- AGPL-3.0
+ AGPL-3.0-or-later
network.web
- The decentralized bitcoin exchange
- Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.
+ Decentralized Bitcoin exchange
+ Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
bisq
- The decentralized bitcoin exchange
- Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.
+ Decentralized Bitcoin exchange
+ Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies.
network.web
- /usr/bin
+ /usr/bin/bisq
/usr/share/applications/bisq.desktop
- /usr/share/java/bisq/lib/bcpg-jdk15on.jar
- /usr/share/java/bisq/lib/bcprov-jdk15on.jar
- /usr/share/java/bisq/shaded.jar
+ /usr/share/bisq/bisq.jar
+ /usr/share/bisq/lib/bcpg-jdk15on.jar
+ /usr/share/bisq/lib/bcprov-jdk15on.jar
/usr/share/pixmaps/bisq.png
-
- 2018-03-02
+
+ 2020-05-08
0.6.7
Packaging update
- Sönke Behrendt
- thesoenke@outlook.com
+ Fabio Forni
+ livingsilver94.solus@redaril.me
\ No newline at end of file