summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0129b126213f..1fa868d119c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-ckcc-protocol
_pkgname=ckcc-protocol
-pkgver=0.8.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="Python code and command utilities to communicate with coldcard cryptocurrency wallet"
arch=('any')
-depends=(python python-hidapi python-click python-pyaes python-ecdsa)
+depends=(python 'python-hidapi<0.9.0.1' python-click python-pyaes python-ecdsa)
makedepends=()
url="https://github.com/Coldcard/ckcc-protocol"
license=('custom')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v$pkgver.tar.gz)
-sha256sums=('06af95cc750eb4001d9661bd72c741637d7fae37d38b63408f2aca4f715f7aed')
+sha256sums=('297aee0d24df98357cd1302b64ca560eb29309dd1b3ec981d68a61e399da4cb3')
build() {
cd "$srcdir/$_pkgname-$pkgver"