summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-04-30 01:37:45 -0700
committermutantmonkey2021-04-30 01:37:45 -0700
commit85b6e51544d64f4cbb9eb77256deaf304f7bc887 (patch)
treef0ac299802b98aa9e4d18e136902afad1056112a
parent82b0aeef88fab50279ef91de093137ba3e5f5990 (diff)
downloadaur-85b6e51544d64f4cbb9eb77256deaf304f7bc887.tar.gz
upgpkg: solo-python 0.0.30-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 29033637e07e..3ae9829e23c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.29
+ pkgver = 0.0.30
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.29.tar.gz
- sha256sums = e3371f8a385e9dd57f1d41590adfcd94f36bc3d68747dee2ba9982ae78a74b6a
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.30.tar.gz
+ sha256sums = db27dc3f5006b01a8cc7d17832ee89e362097da5bb2983fd1ec2cd52c7e02443
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index a95e763ab0e8..ffb416bbe9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.29
+pkgver=0.0.30
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=('e3371f8a385e9dd57f1d41590adfcd94f36bc3d68747dee2ba9982ae78a74b6a')
+sha256sums=('db27dc3f5006b01a8cc7d17832ee89e362097da5bb2983fd1ec2cd52c7e02443')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"