summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-07-17 00:26:41 +0000
committermutantmonkey2020-07-17 00:26:41 +0000
commit95e74fa9a0b08a272602d6e80b3530eb28381cca (patch)
tree0b8ed1c2b68002a3e9dd9b16602f46871bddfb33
parentc9db8350d4e9671e3b4550c751176f7ac37a5ebe (diff)
downloadaur-95e74fa9a0b08a272602d6e80b3530eb28381cca.tar.gz
upgpkg: solo-python 0.0.26-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 1471d796b859..d57217bc8583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.24
+ pkgver = 0.0.26
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.24.tar.gz
- sha256sums = 9b9aa7feb9e456f9c81b8283775a3149b8ea566a4241c0b8246d692acc89a2c2
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.26.tar.gz
+ sha256sums = d3fc98b67356e834bf098a33accc4551c9aa5aefcb523666222785f19dd174ba
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index c34850cf3a8d..4dc5c172e0b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.24
+pkgver=0.0.26
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=('9b9aa7feb9e456f9c81b8283775a3149b8ea566a4241c0b8246d692acc89a2c2')
+sha256sums=('d3fc98b67356e834bf098a33accc4551c9aa5aefcb523666222785f19dd174ba')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"