summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-02-19 19:13:24 -0800
committermutantmonkey2020-02-19 19:13:24 -0800
commit0a3944d1ab1661e5f73105d5ff9a95e523e56dfb (patch)
treee4ae534a03a6f19677b115eed1f62e832a3b8faa
parent4d43badbd7818003c94f83c3c232e74d4752f877 (diff)
downloadaur-0a3944d1ab1661e5f73105d5ff9a95e523e56dfb.tar.gz
upgpkg: solo-python 0.0.23-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 aaba7a6fedd7..79c69094e22e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.21
+ pkgver = 0.0.23
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.21.tar.gz
- sha256sums = 2eada1ad901d6d60c45d1d875faba32495180e49ff5752b8531fff7f12241403
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.23.tar.gz
+ sha256sums = bce80351b70fba74e7f21b0889a9d916f27a6affddca128f15d9e61b598771ea
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 12d3ee0fbe5f..8cac43d6db64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.21
+pkgver=0.0.23
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=('2eada1ad901d6d60c45d1d875faba32495180e49ff5752b8531fff7f12241403')
+sha256sums=('bce80351b70fba74e7f21b0889a9d916f27a6affddca128f15d9e61b598771ea')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"