summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2022-12-09 13:00:08 +1100
committerLuis Aranguren2022-12-09 13:00:08 +1100
commit1371309f6a201243ef5618ba1c57a22d87523cce (patch)
treeacb135e6aa7c0443d479549169d2befa12e69e8c
parent3d7f2f71fa684d43e5da176c014ea1b6c4e5ae8d (diff)
downloadaur-1371309f6a201243ef5618ba1c57a22d87523cce.tar.gz
0.13.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6ed1a445f69..dcb9c2cbe5bf 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.3
+ pkgver = 0.13.4
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/1d/2a/0bc8b6fb9704010beaa856ec78a7ef7b9e749fdf2654ea0a18f94d85d01f/trezor-0.13.3.tar.gz
- sha256sums = 055d32174d4ecf2353f7622ee44b8e82e3bef78fe40ce5cdbeafc785b422a049
+ source = https://files.pythonhosted.org/packages/e9/6e/fcda906d4537154db1530dfa79b755d9f2ecf93082b8d5794fc999f5c01f/trezor-0.13.4.tar.gz
+ sha256sums = 04a77b44005971819386bbd55242a1004b1f88fbbdb829deb039a1e0028a4af1
pkgname = python-trezor
diff --git a/PKGBUILD b/PKGBUILD
index 6034c952a883..b30a6c0154a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python-trezor
-pkgver=0.13.3
+pkgver=0.13.4
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/1d/2a/0bc8b6fb9704010beaa856ec78a7ef7b9e749fdf2654ea0a18f94d85d01f/trezor-0.13.3.tar.gz')
-sha256sums=('055d32174d4ecf2353f7622ee44b8e82e3bef78fe40ce5cdbeafc785b422a049')
+source=('https://files.pythonhosted.org/packages/e9/6e/fcda906d4537154db1530dfa79b755d9f2ecf93082b8d5794fc999f5c01f/trezor-0.13.4.tar.gz')
+sha256sums=('04a77b44005971819386bbd55242a1004b1f88fbbdb829deb039a1e0028a4af1')
provides=('python-trezor' 'trezorctl')
conflicts=('trezorctl')