diff options
author | yate | 2021-03-01 20:48:33 -0500 |
---|---|---|
committer | yate | 2021-03-01 20:48:33 -0500 |
commit | 8e2f1610826a3b1274ee0c33c31d5e1acb5db5e3 (patch) | |
tree | 961598e62e5ce1feee1d66ba0249160b1d1a39ea | |
parent | ea4c1b3624fa97a5f38a3d7a1fd92cc7f1828940 (diff) | |
download | aur-8e2f1610826a3b1274ee0c33c31d5e1acb5db5e3.tar.gz |
6.6.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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') |