summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryate2021-03-01 20:48:33 -0500
committeryate2021-03-01 20:48:33 -0500
commit8e2f1610826a3b1274ee0c33c31d5e1acb5db5e3 (patch)
tree961598e62e5ce1feee1d66ba0249160b1d1a39ea
parentea4c1b3624fa97a5f38a3d7a1fd92cc7f1828940 (diff)
downloadaur-8e2f1610826a3b1274ee0c33c31d5e1acb5db5e3.tar.gz
6.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb2334bdb6b..dfbff2d455db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-keepkey
pkgdesc = Python library for communicating with KeepKey Hardware Wallet
- pkgver = 6.3.1
- pkgrel = 2
+ pkgver = 6.6.0
+ pkgrel = 1
url = https://github.com/keepkey/python-keepkey
arch = any
license = LGPL3
@@ -15,8 +15,8 @@ pkgbase = python-keepkey
provides = keepkeyctl
provides = python-keepkey
conflicts = keepkeyctl
- source = https://files.pythonhosted.org/packages/30/38/558d9a2dd1fd74f50ff4587b4054496ffb69e21ab1138eb448f3e8e2f4a7/keepkey-6.3.1.tar.gz
- sha256sums = cef1e862e195ece3e42640a0f57d15a63086fd1dedc8b5ddfcbc9c2657f0bb1e
+ source = https://github.com/keepkey/python-keepkey/releases/download/v6.6.0/keepkey-6.6.0.tar.gz
+ sha256sums = SKIP
pkgname = python-keepkey
diff --git a/PKGBUILD b/PKGBUILD
index fd423ab80476..49a2928a8ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Yeatts <mwyeatts at gmail dot com>
pkgname=python-keepkey
-pkgver=6.3.1
-pkgrel=2
+pkgver=6.6.0
+pkgrel=1
pkgdesc="Python library for communicating with KeepKey Hardware Wallet"
arch=('any')
depends=('python'
@@ -14,8 +14,8 @@ depends=('python'
makedepends=('python-setuptools')
url="https://github.com/keepkey/python-keepkey"
license=('LGPL3')
-source=("https://files.pythonhosted.org/packages/30/38/558d9a2dd1fd74f50ff4587b4054496ffb69e21ab1138eb448f3e8e2f4a7/keepkey-6.3.1.tar.gz")
-sha256sums=('cef1e862e195ece3e42640a0f57d15a63086fd1dedc8b5ddfcbc9c2657f0bb1e')
+source=("https://github.com/keepkey/python-keepkey/releases/download/v${pkgver}/keepkey-${pkgver}.tar.gz")
+sha256sums=('SKIP')
provides=('keepkeyctl' 'python-keepkey')
conflicts=('keepkeyctl')