summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2019-12-03 22:20:11 -0500
committermutantmonkey2019-12-03 22:20:11 -0500
commit2e39ee34a3186a5c8cb56825237220c991618e56 (patch)
treeb640228d31dd4b6178fb5d22e1252b2d566b1d5c
parent563296fef605546eac0cce93fbdd6a052745a99f (diff)
downloadaur-2e39ee34a3186a5c8cb56825237220c991618e56.tar.gz
upgpkg: solo-python 0.0.20-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60002e76880a..7089e2ea4821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.18
+ pkgver = 0.0.20
pkgrel = 1
url = https://github.com/solokeys/solo-python
arch = any
@@ -17,8 +17,8 @@ pkgbase = solo-python
depends = python-pyserial
depends = python-pyusb
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.18.tar.gz
- sha256sums = 47f75a687c81e93d2d99011d2d60d2575da1297103063c5a169d0eadadbe8cfd
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.20.tar.gz
+ sha256sums = cab9f2eaa9e62be56520f75ef54d1d5e85069b5f9d33ee4474061690e09c05fa
pkgname = solo-python
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}"