Package Details: unstoppableswap-gui-bin 0.6.3-1

Git Clone URL: https://aur.archlinux.org/unstoppableswap-gui-bin.git (read-only, click to copy)
Package Base: unstoppableswap-gui-bin
Description: Graphical User Interface for trustless cross-chain XMR<>BTC Atomic Swaps.
Upstream URL: https://unstoppableswap.net/
Keywords: btc crypto xmr
Licenses: MIT
Submitter: CodeLog
Maintainer: CodeLog
Last Packager: CodeLog
Votes: 1
Popularity: 0.032747
First Submitted: 2024-03-01 11:20 (UTC)
Last Updated: 2024-07-27 22:00 (UTC)

Dependencies (33)

Required by (0)

Sources (1)

Latest Comments

That1Calculator commented on 2024-12-22 01:10 (UTC) (edited on 2024-12-22 01:12 (UTC) by That1Calculator)

Here's my PKGBUILD for 1.0.0-rc.10:

pkgname=unstoppableswap-gui-bin
_pkgver=1.0.0-rc.10
pkgver=${_pkgver/-/.}
pkgrel=1
epoch=
pkgdesc="Graphical User Interface for trustless cross-chain XMR<>BTC Atomic Swaps."
arch=('x86_64')
url="https://unstoppableswap.net/"
license=('GPL-3.0')
groups=()
depends=(glib2 hicolor-icon-theme gtk3 webkit2gtk)
provides=(unstoppableswap-gui)
conflicts=(unstoppableswap-gui)
backup=()
options=()
source=("https://github.com/UnstoppableSwap/core/releases/download/${_pkgver}/UnstoppableSwap_${_pkgver}_amd64.deb")
sha256sums=('1a4bf1a1e323d0a25c8d165867deaddffd44030e73983254b7d0d13a82fc1153')
validpgpkeys=()

package() {
  bsdtar -xf data.tar.gz -C "$pkgdir/"
}

Rikj000 commented on 2024-11-22 21:17 (UTC) (edited on 2024-11-22 21:28 (UTC) by Rikj000)

v1.0.0 is out now, and encouraged to be updated towards.
However patching the PKGBUILD is not as easy this time.

Seems .deb files (which this AUR package uses) are not released anymore,
however now they do provide .AppImage files with self updating capabilities.

The repo location also changed to:
https://github.com/UnstoppableSwap/core/releases

Rikj000 commented on 2024-11-06 18:46 (UTC)

v0.6.4 is out now, I've updated my PKGBUILD as following to install it:

- pkgver=0.6.3
+ pkgver=0.6.4

- sha256sums=('90ee89be416b758afc5a2802368cdc06d58d56891b095431d6c5abab0058f6c0')
+ sha256sums=('ac44f3fd506c4ec31463b16fa79b6f06191428c70f6ce1cef79d3552b932aa6a')

Additionally, the sha256sum of v0.6.3 has changed on 2024-08-01,
due to this, this AUR package currently fails to install out of the box right now.

CodeLog commented on 2024-07-04 22:30 (UTC)

bbgun7, These packages exist in the multilib repository. Please make sure that you have it enabled.

bbgun7 commented on 2024-05-14 18:53 (UTC) (edited on 2024-05-14 18:53 (UTC) by bbgun7)

~ $ sudo paru -S aur/unstoppableswap-gui-bin
:: Resolving dependencies...
error: could not find all required packages:
    lib32-openssl-1.1 (wanted by: unstoppableswap-gui-bin)
    lib32-zlib (wanted by: unstoppableswap-gui-bin)