Package Details: bisq-bin 1.9.15-1

Git Clone URL: https://aur.archlinux.org/bisq-bin.git (read-only, click to copy)
Package Base: bisq-bin
Description: Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
Upstream URL: https://bisq.network
Licenses: AGPL-3.0-only
Conflicts: bisq, bisq-git
Provides: bisq-bin
Submitter: dmp1ce
Maintainer: dmp1ce (cccptr, johnnybash)
Last Packager: johnnybash
Votes: 26
Popularity: 0.000080
First Submitted: 2017-07-05 14:53 (UTC)
Last Updated: 2024-04-10 15:47 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Pinned Comments

dmp1ce commented on 2023-11-18 01:05 (UTC)

Thank you @wag and @johnnybash. I will get to these comments eventually and update the PKGBUILD. If someone wants to jump in and help me maintain the package, I'm fine with that too.

dmp1ce commented on 2023-01-08 20:27 (UTC)

For version 1.9.9 you'll need to get the latest GPG key. See https://github.com/bisq-network/bisq/releases

curl https://bisq.network/pubkey/E222AA02.asc | gpg --import will probably be needed to import Alejandro García's key.

Latest Comments

1 2 3 Next › Last »

dmp1ce commented on 2024-02-08 19:31 (UTC)

@johnnybash Thanks! It looks fine to me. BTW, I was testing the builds with clean chroot manager (ccm). I'm not sure what everyone else is using to build and test.

johnnybash commented on 2024-02-08 16:09 (UTC)

just changed the dependency, I've been using bisq with jre-openjdk since forever so there shouldn't be any problems.

dmp1ce commented on 2024-02-08 11:22 (UTC)

A added a couple of maintainers to help me since I have been slow to maintain this package. Everyone, pay attention to new commits to make sure nothing funny gets into the install.

cccptr commented on 2024-02-07 10:00 (UTC) (edited on 2024-02-07 10:01 (UTC) by cccptr)

I wouldn't mind assisting with maintenance

johnnybash commented on 2023-11-22 12:14 (UTC)

I can lend you a hand in the future but don't have access to a computer until next week.

dmp1ce commented on 2023-11-18 01:05 (UTC)

Thank you @wag and @johnnybash. I will get to these comments eventually and update the PKGBUILD. If someone wants to jump in and help me maintain the package, I'm fine with that too.

wag commented on 2023-10-28 17:51 (UTC) (edited on 2023-10-29 15:52 (UTC) by wag)

I agree 100% with @johnnybash here. It makes no sense at all to have this package (bisq-bin) to depend on jdk-openjdk. I've changed the 10th line of the PKGBUILD file (on my system) from depends=('jdk-openjdk') to depends=('java-runtime>=11') , I've tested it (I only had jre11-openjdk , and jre11-openjdk-headless installed on my system while testing it, saving me half a Gigabyte of disk space by not needing to install jdk-openjdk and its dependencies), and it works just fine.

I request the maintainer to have a look at this, and if appropriate, please make this change in the PKGBUILD.

Also, a tip for the maintainer: the Arch Linux packaging guidelines says java packages should only mention java-runtime or java-environment as dependencies, rather than the package name (Source https://wiki.archlinux.org/title/Java_package_guidelines#Dependencies). So this improvement here would not only save at least 300 MB of disk space for people who don't need jdk-openjdk (the majority of users, I believe), but it would also make your package better, according to the Arch Linux Java package guidelines.

johnnybash commented on 2023-10-15 18:08 (UTC)

I think this should depend on 'java-runtime' instead of the whole jdk.

dmp1ce commented on 2023-01-08 20:27 (UTC)

For version 1.9.9 you'll need to get the latest GPG key. See https://github.com/bisq-network/bisq/releases

curl https://bisq.network/pubkey/E222AA02.asc | gpg --import will probably be needed to import Alejandro García's key.

johnnybash commented on 2022-04-11 16:18 (UTC)

could you replace the depends on jdk-openjdk with "java-environment"? this way it can be used with the other jdk versions on the official repos (eg jdk17-openjdk)