summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantmonkey2019-06-02 21:41:05 -0700
committermutantmonkey2019-06-02 21:41:05 -0700
commit2918b06ac0f66e5d8599e48d336f2538b3e64ec5 (patch)
tree57fe5db71372a1a8e1a0319d168a1d7955194726 /PKGBUILD
parentc43b4d13d1191399fb6108475a044c839f7dfb23 (diff)
downloadaur-2918b06ac0f66e5d8599e48d336f2538b3e64ec5.tar.gz
upgpkg: solo-python 0.0.11-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 ed3f9a18f91b..3b4215300408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.10
+pkgver=0.0.11
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=('7b671e1205d650d7fbbddae6fadb803603e3708a6f20acc319a4b05c7f0cd4a8')
+sha256sums=('1178bc349ffacf50f14cbbf485e842f0d61702f2327e3d367b6a5eb3c4d70f60')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"