summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-04-28 23:50:41 -0700
committermutantmonkey2021-04-28 23:50:41 -0700
commit82b0aeef88fab50279ef91de093137ba3e5f5990 (patch)
tree45d8c058fa63f6c84d4c8dc03ab3c94cdbc0ab26
parente6b19634022d2c135c0b0ce183a7c4eba837f7d9 (diff)
downloadaur-82b0aeef88fab50279ef91de093137ba3e5f5990.tar.gz
upgpkg: solo-python 0.0.29-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 2351464a1393..29033637e07e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.28
+ pkgver = 0.0.29
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.28.tar.gz
- sha256sums = f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.29.tar.gz
+ sha256sums = e3371f8a385e9dd57f1d41590adfcd94f36bc3d68747dee2ba9982ae78a74b6a
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 3d32794a4e20..a95e763ab0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.28
+pkgver=0.0.29
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' 'python-flit')
source=("https://files.pythonhosted.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1')
+sha256sums=('e3371f8a385e9dd57f1d41590adfcd94f36bc3d68747dee2ba9982ae78a74b6a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"