summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486d74971f6f..422506258302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-trezor
pkgdesc = Python 3 library for communicating with the TREZOR Bitcoin hardware wallet
pkgver = 0.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/trezor/python-trezor
arch = any
license = LGPL3
@@ -11,6 +11,8 @@ pkgbase = python-trezor
depends = python-ecdsa
depends = python-hidapi
depends = python-mnemonic
+ depends = python-click
+ depends = python-pyblake2
depends = python-protobuf
depends = python-requests
provides = python-trezor
diff --git a/PKGBUILD b/PKGBUILD
index eaf20600025c..4699ffa12042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,20 @@
pkgname=python-trezor
pkgver=0.10.2
-pkgrel=1
-pkgdesc="Python 3 library for communicating with the TREZOR Bitcoin hardware wallet"
+pkgrel=2
+pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
depends=('protobuf'
'python'
'python-ecdsa'
'python-hidapi'
'python-mnemonic'
+ 'python-click'
+ 'python-pyblake2'
'python-protobuf'
'python-requests')
makedepends=('python-setuptools')
-url="https://github.com/trezor/python-trezor"
+url='https://github.com/trezor/python-trezor'
license=('LGPL3')
options=(!emptydirs)
source=(https://files.pythonhosted.org/packages/4e/98/b59ad74f5511154981e423b58b0bd03bc05d537ad120ee235dbaa10e37ea/trezor-0.10.2.tar.gz)