summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-02-28 00:13:03 +0000
committermutantmonkey2020-02-28 00:13:03 +0000
commitc9db8350d4e9671e3b4550c751176f7ac37a5ebe (patch)
tree73cf2fa7cfab1da9e7330b826df05ca3009b7dfd
parent0a3944d1ab1661e5f73105d5ff9a95e523e56dfb (diff)
downloadaur-c9db8350d4e9671e3b4550c751176f7ac37a5ebe.tar.gz
upgpkg: solo-python 0.0.24-1
Upstream release on PyPI (automatic update)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79c69094e22e..1471d796b859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.23
+ pkgver = 0.0.24
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.23.tar.gz
- sha256sums = bce80351b70fba74e7f21b0889a9d916f27a6affddca128f15d9e61b598771ea
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.24.tar.gz
+ sha256sums = 9b9aa7feb9e456f9c81b8283775a3149b8ea566a4241c0b8246d692acc89a2c2
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 8cac43d6db64..c34850cf3a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.23
+pkgver=0.0.24
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=('bce80351b70fba74e7f21b0889a9d916f27a6affddca128f15d9e61b598771ea')
+sha256sums=('9b9aa7feb9e456f9c81b8283775a3149b8ea566a4241c0b8246d692acc89a2c2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"