summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-04-25 19:31:58 -0700
committermutantmonkey2021-04-25 19:31:58 -0700
commit2f0df7b15bb91b1b99612e45f28184e655fb70a3 (patch)
tree9699eec16a119d9d6783aeb0a03365beb560a4a1
parent8936aac2a80a37a5d26e695fb44d9d7749bcc0f0 (diff)
downloadaur-2f0df7b15bb91b1b99612e45f28184e655fb70a3.tar.gz
upgpkg: solo-python 0.0.28-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c5c60306993..2351464a1393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.27
- pkgrel = 3
+ pkgver = 0.0.28
+ pkgrel = 1
url = https://github.com/solokeys/solo-python
arch = any
license = Apache
@@ -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.27.tar.gz
- sha256sums = 72a4699eb3b1979d7a2561c538987f868b5e7ee4e4a5b402b8a4d460d3dd6ec7
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.28.tar.gz
+ sha256sums = f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 11dc6fde89b9..3d32794a4e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.27
-pkgrel=3
+pkgver=0.0.28
+pkgrel=1
pkgdesc="Tools and Python library for SoloKeys."
arch=('any')
url="https://github.com/solokeys/solo-python"
@@ -11,7 +11,7 @@ depends=('python' 'python-click>=7.0' 'python-cryptography' 'python-ecdsa'
'python-requests')
makedepends=('python-pip' 'python-flit')
source=("https://files.pythonhosted.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('72a4699eb3b1979d7a2561c538987f868b5e7ee4e4a5b402b8a4d460d3dd6ec7')
+sha256sums=('f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"