summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryate2019-08-12 08:49:41 -0400
committeryate2019-08-12 08:49:41 -0400
commit03864f101bedf379cbcb8d5c961acb24fb912089 (patch)
tree6479ab2d28994a3690594a5be242e157bc793f99
parent996a0f7df1fb82a72c06580d24bbf1a59fde65f6 (diff)
downloadaur-03864f101bedf379cbcb8d5c961acb24fb912089.tar.gz
0.11.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80003051030e..efb0f73c31fa 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.11.2
+ pkgver = 0.11.4
pkgrel = 1
url = https://github.com/trezor/python-trezor
arch = any
@@ -22,8 +22,8 @@ pkgbase = python-trezor
provides = trezorctl
conflicts = trezorctl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/42/6a/283786bfb63aacfaa4b82891c906d27880feed32a62692db1fdb36a15b51/trezor-0.11.2.tar.gz
- sha256sums = a6f4b47b37a21247535fc43411cb70a8c61ef0a5a2dfee668bd05611e2741fb8
+ source = https://files.pythonhosted.org/packages/65/a3/0c472afba8e878df36480860da3f117407a9542a942e712861e73fc051df/trezor-0.11.4.tar.gz
+ sha256sums = aeb3f56a4c389495617f27bf218471b7969f636d25ddc491dfefeb8a1b3cd499
pkgname = python-trezor
diff --git a/PKGBUILD b/PKGBUILD
index 932f6323d2e1..152addd0f11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python-trezor
-pkgver=0.11.2
+pkgver=0.11.4
pkgrel=1
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
@@ -23,8 +23,8 @@ makedepends=('python-setuptools')
url='https://github.com/trezor/python-trezor'
license=('LGPL3')
options=(!emptydirs)
-source=('https://files.pythonhosted.org/packages/42/6a/283786bfb63aacfaa4b82891c906d27880feed32a62692db1fdb36a15b51/trezor-0.11.2.tar.gz')
-sha256sums=('a6f4b47b37a21247535fc43411cb70a8c61ef0a5a2dfee668bd05611e2741fb8')
+source=('https://files.pythonhosted.org/packages/65/a3/0c472afba8e878df36480860da3f117407a9542a942e712861e73fc051df/trezor-0.11.4.tar.gz')
+sha256sums=('aeb3f56a4c389495617f27bf218471b7969f636d25ddc491dfefeb8a1b3cd499')
provides=('python-trezor' 'trezorctl')
conflicts=('trezorctl')