summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb0f73c31fa..d0da641ba33a 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.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/trezor/python-trezor
arch = any
license = LGPL3
@@ -17,7 +17,7 @@ pkgbase = python-trezor
depends = python-requests
depends = python-construct
depends = python-libusb1
- depends = python-typing-extensions
+ depends = python-typing_extensions
provides = python-trezor
provides = trezorctl
conflicts = trezorctl
diff --git a/PKGBUILD b/PKGBUILD
index 152addd0f11f..c528f9ebf39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-trezor
pkgver=0.11.4
-pkgrel=1
+pkgrel=2
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
depends=('protobuf'
@@ -18,7 +18,7 @@ depends=('protobuf'
'python-requests'
'python-construct'
'python-libusb1'
- 'python-typing-extensions')
+ 'python-typing_extensions')
makedepends=('python-setuptools')
url='https://github.com/trezor/python-trezor'
license=('LGPL3')