summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gallet2021-12-31 22:57:39 +0100
committerRomain Gallet2021-12-31 22:57:39 +0100
commit8255de22f268a1c2d86ec596c9452f569873f70d (patch)
tree81abcee2a0be39d122cb73bedc24c50a384549e7
parentcc84e2fa078c0602f5ff8b8247647be62ecebf03 (diff)
downloadaur-8255de22f268a1c2d86ec596c9452f569873f70d.tar.gz
v4.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e370dbc85e70..b68364c39d4e 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.1
- pkgrel = 1
- url = https://github.com/blockstack/stacks-wallet
+ pkgrel = 2
+ 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.1/stacks-wallet.mainnet.v4.6.1.deb
+ 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 a7d85b856c9d..0f3f17b17731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _packager="Romain Gallet <rgallet@grumlimited.co.uk>"
_deb_pkgname=stacks-wallet.mainnet
pkgver=4.6.1
pkgname=stacks-wallet.mainnet-bin
-pkgrel=1
+pkgrel=2
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')