summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryate2019-01-01 00:43:13 -0500
committeryate2019-01-01 00:43:13 -0500
commit610b1d6031b69030eb8730ca7bf937e33d5e07b6 (patch)
treed33157eae16411a3f64c0086918a545fcaae531e
parentf513aec729e3940640679150c115e58ca057654a (diff)
downloadaur-610b1d6031b69030eb8730ca7bf937e33d5e07b6.tar.gz
add libusb1 as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512a97e3e106..fdf39620d87d 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.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/trezor/python-trezor
arch = any
license = LGPL3
@@ -16,6 +16,7 @@ pkgbase = python-trezor
depends = python-protobuf
depends = python-requests
depends = python-construct
+ depends = python-libusb1
provides = python-trezor
provides = trezorctl
conflicts = trezorctl
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')