summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2022-07-21 11:00:12 +1000
committerLuis Aranguren2022-07-21 11:00:12 +1000
commit3d7f2f71fa684d43e5da176c014ea1b6c4e5ae8d (patch)
tree21cc83e2deeb335a789ac4511c081e641e6b4ab3
parent72fd6f5b0fc1d03a37f27232c6c54c454fa538c8 (diff)
downloadaur-3d7f2f71fa684d43e5da176c014ea1b6c4e5ae8d.tar.gz
0.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03233cfa9c9a..b6ed1a445f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-trezor
pkgdesc = Python 3 library for communicating with the TREZOR Bitcoin hardware wallet
- pkgver = 0.13.2
+ pkgver = 0.13.3
pkgrel = 1
url = https://github.com/trezor/trezor-firmware/tree/master/python
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-trezor
provides = trezorctl
conflicts = trezorctl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/8b/d8/010acbb090551e6bb9446ab611357f98891a61857215bfe3c475292b74d3/trezor-0.13.2.tar.gz
- sha256sums = cdb696fd01dad6a0cb23b61ea3a4867bb51cecda5cb2a77366fb6a53bff58ac4
+ source = https://files.pythonhosted.org/packages/1d/2a/0bc8b6fb9704010beaa856ec78a7ef7b9e749fdf2654ea0a18f94d85d01f/trezor-0.13.3.tar.gz
+ sha256sums = 055d32174d4ecf2353f7622ee44b8e82e3bef78fe40ce5cdbeafc785b422a049
pkgname = python-trezor
diff --git a/PKGBUILD b/PKGBUILD
index 94f318086f0f..6034c952a883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python-trezor
-pkgver=0.13.2
+pkgver=0.13.3
pkgrel=1
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
@@ -24,8 +24,8 @@ optdepends=('python-hidapi: Firmware-less Trezor One setup')
url='https://github.com/trezor/trezor-firmware/tree/master/python'
license=('LGPL3')
options=(!emptydirs)
-source=('https://files.pythonhosted.org/packages/8b/d8/010acbb090551e6bb9446ab611357f98891a61857215bfe3c475292b74d3/trezor-0.13.2.tar.gz')
-sha256sums=('cdb696fd01dad6a0cb23b61ea3a4867bb51cecda5cb2a77366fb6a53bff58ac4')
+source=('https://files.pythonhosted.org/packages/1d/2a/0bc8b6fb9704010beaa856ec78a7ef7b9e749fdf2654ea0a18f94d85d01f/trezor-0.13.3.tar.gz')
+sha256sums=('055d32174d4ecf2353f7622ee44b8e82e3bef78fe40ce5cdbeafc785b422a049')
provides=('python-trezor' 'trezorctl')
conflicts=('trezorctl')