summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantmonkey2021-04-28 23:50:41 -0700
committermutantmonkey2021-04-28 23:50:41 -0700
commit82b0aeef88fab50279ef91de093137ba3e5f5990 (patch)
tree45d8c058fa63f6c84d4c8dc03ab3c94cdbc0ab26 /PKGBUILD
parente6b19634022d2c135c0b0ce183a7c4eba837f7d9 (diff)
downloadaur-82b0aeef88fab50279ef91de093137ba3e5f5990.tar.gz
upgpkg: solo-python 0.0.29-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 3d32794a4e20..a95e763ab0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.28
+pkgver=0.0.29
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' 'python-flit')
source=("https://files.pythonhosted.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1')
+sha256sums=('e3371f8a385e9dd57f1d41590adfcd94f36bc3d68747dee2ba9982ae78a74b6a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"