summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639738358e47..cfec9e1b4b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname='python-ledger-bitcoin'
_name='ledger_bitcoin'
-pkgver='0.2.1'
+pkgver='0.2.2'
pkgrel=1
pkgdesc="Client for Ledger Nano Bitcoin application"
url="https://github.com/LedgerHQ/app-bitcoin-new"
-depends=('python' 'python-ledgercomm')
+depends=('python' 'python-bip32' 'python-coincurve' 'python-ledgercomm')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
license=('APACHE')
arch=('any')
@@ -12,7 +12,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
)
b2sums=(
- '0da69ef1cb5700f17a1443a8698546aa8dada5189384c59bfaff2dc4c6bc861eb6227e8c984e62922c7777bf62b524491239f0bc1b9d4dd3a45922a8116e007c'
+ '030cd888458fe9c80e9eb31b2c1489eb6f7d1aa7df2f0d4a4d822db94fdc932ade47c429fed6865b70015ba4b2ef3e864bee4b252cbaac801b11126dde2b5ad6'
)
build() {