summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-01-21 01:19:15 +0000
committermutantmonkey2021-01-21 01:19:15 +0000
commit2e39a35bc0994ab789f6db7f6c6ebbfc7ad4d234 (patch)
treecc4d51a49730d4091af7cf5254270fb31da45fed
parent0a74cf3a55217891bacf60c271cfe1bdec06ae2b (diff)
downloadaur-2e39a35bc0994ab789f6db7f6c6ebbfc7ad4d234.tar.gz
upgpkg: solo-python 0.0.27-2
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 c33e1d670e6e..63125f40a180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.26
+ pkgver = 0.0.27
pkgrel = 2
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.26.tar.gz
- sha256sums = d3fc98b67356e834bf098a33accc4551c9aa5aefcb523666222785f19dd174ba
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.27.tar.gz
+ sha256sums = 72a4699eb3b1979d7a2561c538987f868b5e7ee4e4a5b402b8a4d460d3dd6ec7
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 8e794218ccb1..2e4e80a831ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.26
+pkgver=0.0.27
pkgrel=2
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=('d3fc98b67356e834bf098a33accc4551c9aa5aefcb523666222785f19dd174ba')
+sha256sums=('72a4699eb3b1979d7a2561c538987f868b5e7ee4e4a5b402b8a4d460d3dd6ec7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"