summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004ec571d15b..22b088d49f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-keepkey
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="Python library for communicating with KeepKey Hardware Wallet"
arch=('any')
depends=('protobuf'
@@ -11,14 +11,15 @@ depends=('protobuf'
'python2-getch'
'python2-hidapi'
'python2-mnemonic'
- 'python2-protobuf')
+ 'python2-protobuf'
+ 'python2-requests')
makedepends=('python2-setuptools')
url="https://github.com/keepkey/python-keepkey"
license=('LGPL3')
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/keepkey/python-keepkey/tar.gz/v$pkgver)
-md5sums=('751029603d21879d5e0214f6b4c29a86')
-sha256sums=('2c84a9747fb7adea5160bf17ab163b6140e30b5931a9949bb54a48370ab623a9')
+md5sums=('4495e36f06bfa0a5744477d2555b03e6')
+sha256sums=('1148333ce62bb1b4d03b78836dcab792fd3b3a8081ec86e29b279314f6587431')
provides=('keepkeyctl' 'python2-keepkey')
conflicts=('keepkeyctl')