summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 878e482ccf3b..8df3bacc7c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-trezor
pkgdesc = Python 3 library for communicating with the TREZOR Bitcoin hardware wallet
- pkgver = 0.11.5
+ pkgver = 0.11.6
pkgrel = 1
- url = https://github.com/trezor/python-trezor
+ url = https://github.com/trezor/trezor-firmware/tree/master/python
arch = any
license = LGPL3
makedepends = python-setuptools
@@ -22,8 +22,8 @@ pkgbase = python-trezor
provides = trezorctl
conflicts = trezorctl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/e8/3d/c3792be9b025043ee2b3a08cd97e9617defd3135e084e270a1fba78d1cf8/trezor-0.11.5.tar.gz
- sha256sums = cd8aafd70a281daa644c4a3fb021ffac20b7a88e86226ecc8bb3e78e1734a184
+ source = https://files.pythonhosted.org/packages/84/95/61ae38cd07211ba4a7f7610a64f4255d2804da311e66638bdb9c0aebc9df/trezor-0.11.6.tar.gz
+ sha256sums = 101e0400f5b148b28056a0a5a21f4b4d4f6cd88dd780601397af81280292e3c4
pkgname = python-trezor
diff --git a/PKGBUILD b/PKGBUILD
index a9101eb01cd6..2733f52ae826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python-trezor
-pkgver=0.11.5
+pkgver=0.11.6
pkgrel=1
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
@@ -20,11 +20,11 @@ depends=('protobuf'
'python-libusb1'
'python-typing_extensions')
makedepends=('python-setuptools')
-url='https://github.com/trezor/python-trezor'
+url='https://github.com/trezor/trezor-firmware/tree/master/python'
license=('LGPL3')
options=(!emptydirs)
-source=('https://files.pythonhosted.org/packages/e8/3d/c3792be9b025043ee2b3a08cd97e9617defd3135e084e270a1fba78d1cf8/trezor-0.11.5.tar.gz')
-sha256sums=('cd8aafd70a281daa644c4a3fb021ffac20b7a88e86226ecc8bb3e78e1734a184')
+source=('https://files.pythonhosted.org/packages/84/95/61ae38cd07211ba4a7f7610a64f4255d2804da311e66638bdb9c0aebc9df/trezor-0.11.6.tar.gz')
+sha256sums=('101e0400f5b148b28056a0a5a21f4b4d4f6cd88dd780601397af81280292e3c4')
provides=('python-trezor' 'trezorctl')
conflicts=('trezorctl')