summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-01-12 04:36:58 -0800
committermutantmonkey2020-01-12 04:42:05 -0800
commit4d43badbd7818003c94f83c3c232e74d4752f877 (patch)
treeeea22861a8cf1c66e4327455f90603f4e26cfc2d
parent2e39ee34a3186a5c8cb56825237220c991618e56 (diff)
downloadaur-4d43badbd7818003c94f83c3c232e74d4752f877.tar.gz
upgpkg: solo-python 0.0.21-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 7089e2ea4821..aaba7a6fedd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.20
+ pkgver = 0.0.21
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.20.tar.gz
- sha256sums = cab9f2eaa9e62be56520f75ef54d1d5e85069b5f9d33ee4474061690e09c05fa
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.21.tar.gz
+ sha256sums = 2eada1ad901d6d60c45d1d875faba32495180e49ff5752b8531fff7f12241403
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index aaaed39734f9..12d3ee0fbe5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.20
+pkgver=0.0.21
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=('cab9f2eaa9e62be56520f75ef54d1d5e85069b5f9d33ee4474061690e09c05fa')
+sha256sums=('2eada1ad901d6d60c45d1d875faba32495180e49ff5752b8531fff7f12241403')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"