summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a54b78f248d..66db66ad8150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-trezor
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
depends=('protobuf'
@@ -16,7 +16,8 @@ depends=('protobuf'
'python-pyblake2'
'python-protobuf'
'python-requests'
- 'python-construct')
+ 'python-construct'
+ 'python-libusb1')
makedepends=('python-setuptools')
url='https://github.com/trezor/python-trezor'
license=('LGPL3')