summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-01-06 18:55:15 +1100
committerLuis Aranguren2020-01-06 18:55:15 +1100
commitd00c716aa3ea6d17c428fac9e4ccbc2e483c467b (patch)
tree5aad0e632402e439b30bc1317b7f6751de11d9d0
parentf5ac6bf5a5eaa7b19860886abb8ac6fbe0a93672 (diff)
downloadaur-d00c716aa3ea6d17c428fac9e4ccbc2e483c467b.tar.gz
pkgrel 2, added missing depedencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10dab13d0ab6..7836800d35db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,15 @@
pkgbase = python-ckcc-protocol
pkgdesc = Python code and command utilities to communicate with coldcard cryptocurrency wallet
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Coldcard/ckcc-protocol
arch = any
license = custom
depends = python
+ depends = python-hidapi
+ depends = python-click
+ depends = python-pyaes
+ depends = python-ecdsa
options = !emptydirs
source = python-ckcc-protocol-0.8.0.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v0.8.0.tar.gz
sha256sums = 06af95cc750eb4001d9661bd72c741637d7fae37d38b63408f2aca4f715f7aed
diff --git a/PKGBUILD b/PKGBUILD
index 5505d76267ef..0129b126213f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-ckcc-protocol
_pkgname=ckcc-protocol
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python code and command utilities to communicate with coldcard cryptocurrency wallet"
arch=('any')
-depends=(python)
+depends=(python python-hidapi python-click python-pyaes python-ecdsa)
makedepends=()
url="https://github.com/Coldcard/ckcc-protocol"
license=('custom')