summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantmonkey2019-11-15 01:27:21 -0800
committermutantmonkey2019-11-15 01:27:21 -0800
commit563296fef605546eac0cce93fbdd6a052745a99f (patch)
treefcc17937cd6687aa4d95ec3884cb5d020150444f /PKGBUILD
parent0f9dbe1c893a02b02449a94ad5b2de827a5ac496 (diff)
downloadaur-563296fef605546eac0cce93fbdd6a052745a99f.tar.gz
upgpkg: solo-python 0.0.18-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 2a1a19e3222a..1b97f6f9843e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.17
+pkgver=0.0.18
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=('ac3a48ea29a414c00e6c5d7891c9e15699a8c093fb7b1cd92988d0ebeffc2ba7')
+sha256sums=('47f75a687c81e93d2d99011d2d60d2575da1297103063c5a169d0eadadbe8cfd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"