summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2021-11-06 10:29:38 -0500
committerbitcoinlizard2021-11-06 10:29:38 -0500
commit924fb6a3c165fc1810b8347cebbed731cb52eff8 (patch)
tree7dabacd0934b78b80756cfb3dc70c90dad9b4d3b /PKGBUILD
parent5f63ca5f521f3c621fb1155021c3c3d8aefffa5d (diff)
downloadaur-924fb6a3c165fc1810b8347cebbed731cb52eff8.tar.gz
updated to version 1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f9cdf30aaae..b773c9700807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitcoinlizard <bitcoinlizard at fastmail dot com>
pkgname=specter-desktop
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Specter Desktop functions as a watch-only coordinator for multi-signature and single-key Bitcoin wallets."
arch=('any')
@@ -10,14 +10,14 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python' 'libusb' 'systemd-libs' 'python-dotenv' 'python-flask' 'python-flask-login' 'python-flask-wtf' 'python-mnemonic' 'python-hwilib' 'python-embit' 'python-flask-cors' 'python-pgpy' 'python-pyopenssl' 'python-stem'
'python-typing_extensions' 'python-psutil' 'python-hidapi' 'python-ecdsa' 'python-protobuf' 'python-importlib-metadata' 'python-daemonize' 'python-noiseprotocol-git' 'python-wheel' 'python-pyasn1' 'python-cbor' 'python-urllib3' 'python-flask-babel')
-
+backup=(usr/lib/systemd/system/specter.service)
source=("https://github.com/cryptoadvance/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
'specter.service'
'version.patch')
-sha256sums=('eb07d7f48ff869173ec0132b2bd7dbb66bc68729758bcc5da8376341f39efade'
+sha256sums=('d16c3441d30b61a90d11c8089141549ecc74fa62ba7640f5151b0ce20d955b9a'
'9b5f57a0ebd48e6b7d1ac240913e4b502a6e3ffc5b64ff87ed263f1a4810a265'
- '9eb89b69d711b7bf4aa0894eef649f791d860d615d5cfe91308d980f9c1b263c')
+ 'af0abc0f034d587256ae3d5c956a29707cb6c52a67796d5b992d02e59cc19dbc')
prepare() {
cd "${pkgname}-${pkgver}"