Package Details: galleon-prod 0.9.4b-1

Git Clone URL: https://aur.archlinux.org/galleon-prod.git (read-only, click to copy)
Package Base: galleon-prod
Description: A wallet for the Tezos blockchain
Upstream URL: https://github.com/Cryptonomic/Tezori
Licenses: GPL3
Submitter: lgasior
Maintainer: lgasior
Last Packager: lgasior
Votes: 1
Popularity: 0.000000
First Submitted: 2018-07-18 20:26 (UTC)
Last Updated: 2020-04-13 10:54 (UTC)

Latest Comments

lgasior commented on 2021-03-08 22:38 (UTC)

I believe this AUR package can be retired now that Galleon is available on Snapcraft: https://snapcraft.io/install/galleon/arch

lgasior commented on 2020-01-29 12:05 (UTC)

I suggest you compare the URL with the official releases: https://github.com/Cryptonomic/Deployments/wiki/Galleon:-Releases

async commented on 2020-01-29 04:20 (UTC)

Can anyone confirm the validity of this package? That URL doesn't inspire confidence when dealing with something so sensitive.

lgasior commented on 2019-12-13 00:19 (UTC)

Thanks, updated.

mkoloberdin commented on 2019-12-11 20:17 (UTC)

Here is a diff to update to the latest version:

diff --git a/.SRCINFO b/.SRCINFO
index e20b403..5e1c424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = galleon-prod
        pkgdesc = A wallet for the Tezos blockchain
-       pkgver = 0.8.2b
+       pkgver = 0.9.2b
        pkgrel = 1
        url = https://github.com/Cryptonomic/Tezori
        arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = galleon-prod
        depends = nss
        depends = gconf
        noextract = Galleon-0.8.2-b.deb
-       source = https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_0.8.2b/Galleon-0.8.2-b.deb
-       md5sums = ce18e0c94e4693f5a3e517c02cae2362
+       source = https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_0.9.2b/galleon_0.9.2-b_amd64.deb
+       md5sums = eefa74b02086dd768c4d599d0a9fc84f

 pkgname = galleon-prod

diff --git a/PKGBUILD b/PKGBUILD
index eb207db..1db5773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
 # Maintainer: Lukasz Gasior <lukas.gasior@gmail.com>

 pkgname=galleon-prod
-pkgver=0.8.2b
+_pkgver=0.9.2
+pkgver="${_pkgver}b"
 pkgrel=1
 pkgdesc="A wallet for the Tezos blockchain"
 arch=('x86_64')
 url="https://github.com/Cryptonomic/Tezori"
 depends=('libxss' 'gtk3' 'nss' 'gconf')
-source=("https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_0.8.2b/Galleon-0.8.2-b.deb")
+source=("https://cryptonomic-wallet.nyc3.digitaloceanspaces.com/release_$pkgver/galleon_$_pkgver-b_amd64.deb")
 noextract=('Galleon-0.8.2-b.deb')
 license=('GPL3')
-md5sums=('ce18e0c94e4693f5a3e517c02cae2362')
+md5sums=('eefa74b02086dd768c4d599d0a9fc84f')

 prepare() {
-    ar x Galleon-0.8.2-b.deb data.tar.xz
+    ar x galleon_$_pkgver-b_amd64.deb data.tar.xz
     tar xf data.tar.xz
     rm data.tar.xz
-    rm Galleon-0.8.2-b.deb
+    rm galleon_$_pkgver-b_amd64.deb
 }

 package() {

sugaraddicted commented on 2018-12-25 09:56 (UTC) (edited on 2019-05-12 19:16 (UTC) by sugaraddicted)

Here is a pkgbuild for the latest (0.8.0b) version.

https://pastebin.com/224QMjgb