summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf39620d87d..4eaa2bda3e06 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 = 2
+ pkgrel = 3
url = https://github.com/trezor/python-trezor
arch = any
license = LGPL3
@@ -17,6 +17,7 @@ pkgbase = python-trezor
depends = python-requests
depends = python-construct
depends = python-libusb1
+ depends = python-typing-extensions
provides = python-trezor
provides = trezorctl
conflicts = trezorctl
diff --git a/PKGBUILD b/PKGBUILD
index 66db66ad8150..613d21b84f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-trezor
pkgver=0.11.1
-pkgrel=2
+pkgrel=3
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
depends=('protobuf'
@@ -17,7 +17,8 @@ depends=('protobuf'
'python-protobuf'
'python-requests'
'python-construct'
- 'python-libusb1')
+ 'python-libusb1'
+ 'python-typing-extensions')
makedepends=('python-setuptools')
url='https://github.com/trezor/python-trezor'
license=('LGPL3')