Package Details: leather-wallet.mainnet-bin 4.14.3-4

Git Clone URL: https://aur.archlinux.org/leather-wallet.mainnet-bin.git (read-only, click to copy)
Package Base: leather-wallet.mainnet-bin
Description: Leather Wallet is everything you need to manage your tokens and collectibles and will protect your tokens when you use apps.
Upstream URL: https://github.com/leather-wallet/desktop
Licenses: MIT
Conflicts: stacks-wallet.mainnet-bin
Replaces: stacks-wallet.mainnet-bin
Submitter: gr211
Maintainer: gr211
Last Packager: gr211
Votes: 2
Popularity: 0.000000
First Submitted: 2023-09-26 08:59 (UTC)
Last Updated: 2024-03-30 11:43 (UTC)

Latest Comments

gr211 commented on 2023-09-26 09:00 (UTC) (edited on 2023-09-26 09:00 (UTC) by gr211)

Renamed package to https://aur.archlinux.org/packages/leather-wallet.mainnet-bin Will ask for a package merge (so this repository disappears)

criadoperez commented on 2021-12-30 02:37 (UTC) (edited on 2021-12-30 02:41 (UTC) by criadoperez)

Hi! I have updated this package to version 4.6.1 but I can't send the patch to the maintainers email (says email doesn't exist). As I can't find any other way to send it out, I copy the patch file here instead.

From 0d1e29fd48a3cf5229ab13615ec8ef86765d748d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= <alejandro@criadoperez.com>
Date: Thu, 30 Dec 2021 03:21:02 +0100
Subject: [PATCH] 4.6.1

---
 .SRCINFO | 8 ++++----
 PKGBUILD | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 6697cdd..e7b73c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
 pkgbase = stacks-wallet.mainnet-bin
    pkgdesc = Stacks Wallet is everything you need to manage your tokens and collectibles and will protect your tokens when you use apps.
-   pkgver = 4.6.0
+   pkgver = 4.6.1
    pkgrel = 1
-   url = https://github.com/blockstack/stacks-wallet
+   url = https://github.com/hirosystems/stacks-wallet
    install = stacks-wallet.mainnet-bin.install
    arch = x86_64
    license = MIT
@@ -11,7 +11,7 @@ pkgbase = stacks-wallet.mainnet-bin
    depends = libsecret
    depends = nss
    depends = nodejs
-   source = https://github.com/blockstack/stacks-wallet/releases/download/v4.6.0/stacks-wallet.mainnet.v4.6.0.deb
-   md5sums = a54646c5d8f815ccb9d04e5584ecd376
+   source = https://github.com/hirosystems/stacks-wallet/releases/download/v4.6.1/stacks-wallet.mainnet.v4.6.1.deb
+   md5sums = 6380873c22a5735e0d89eef4735bc8fe

 pkgname = stacks-wallet.mainnet-bin
diff --git a/PKGBUILD b/PKGBUILD
index be0f4d8..16fc38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: Romain Gallet <rgallet@grumlimited.co.uk>
-# Contributor: Romain Gallet <rgallet@grumlimited.co.uk>
+# Contributor: Alejandro Criado-Pérez <alejandro@criadoperez.com>
 _packager="Romain Gallet <rgallet@grumlimited.co.uk>"
 _deb_pkgname=stacks-wallet.mainnet
-pkgver=4.6.0
+pkgver=4.6.1
 pkgname=stacks-wallet.mainnet-bin
 pkgrel=1
 pkgdesc='Stacks Wallet is everything you need to manage your tokens and collectibles and will protect your tokens when you use apps.'
 arch=('x86_64')
-url="https://github.com/blockstack/stacks-wallet"
+url="https://github.com/hirosystems/stacks-wallet"
 license=('MIT')
 groups=()
 depends=('gtk3' 'libappindicator-gtk3' 'libsecret' 'nss' 'nodejs')
@@ -20,7 +20,7 @@ backup=()
 options=()
 install=stacks-wallet.mainnet-bin.install
 source=("$url/releases/download/v$pkgver/stacks-wallet.mainnet.v$pkgver.deb")
-md5sums=('a54646c5d8f815ccb9d04e5584ecd376')
+md5sums=('6380873c22a5735e0d89eef4735bc8fe')
 noextract=()

 build() {
-- 
2.34.1