summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantmonkey2019-12-03 22:20:11 -0500
committermutantmonkey2019-12-03 22:20:11 -0500
commit2e39ee34a3186a5c8cb56825237220c991618e56 (patch)
treeb640228d31dd4b6178fb5d22e1252b2d566b1d5c /PKGBUILD
parent563296fef605546eac0cce93fbdd6a052745a99f (diff)
downloadaur-2e39ee34a3186a5c8cb56825237220c991618e56.tar.gz
upgpkg: solo-python 0.0.20-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b97f6f9843e..aaaed39734f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.18
+pkgver=0.0.20
pkgrel=1
pkgdesc="Tools and Python library for SoloKeys."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'python-click>=7.0' 'python-cryptography' 'python-ecdsa'
'python-requests')
makedepends=('python-pip' 'flit')
source=("https://files.pythonhosted.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('47f75a687c81e93d2d99011d2d60d2575da1297103063c5a169d0eadadbe8cfd')
+sha256sums=('cab9f2eaa9e62be56520f75ef54d1d5e85069b5f9d33ee4474061690e09c05fa')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"