summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2019-05-13 20:40:10 -0700
committermutantmonkey2019-05-13 20:40:10 -0700
commitc43b4d13d1191399fb6108475a044c839f7dfb23 (patch)
tree8dae7528109a3e09d762b52952ebe8af80445cad
parent49d77e823fe84022704c35b1243dde01c7ec2ea9 (diff)
downloadaur-c43b4d13d1191399fb6108475a044c839f7dfb23.tar.gz
upgpkg: solo-python 0.0.10-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 0c707f528382..81bbf4170e86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.9
+ pkgver = 0.0.10
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.9.tar.gz
- sha256sums = 0de0105e53637c6ba8753dcc02cd504f6424c34cc77373219793b5c0d7a832c4
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.10.tar.gz
+ sha256sums = 7b671e1205d650d7fbbddae6fadb803603e3708a6f20acc319a4b05c7f0cd4a8
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 6415f2efddae..ed3f9a18f91b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.9
+pkgver=0.0.10
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=('0de0105e53637c6ba8753dcc02cd504f6424c34cc77373219793b5c0d7a832c4')
+sha256sums=('7b671e1205d650d7fbbddae6fadb803603e3708a6f20acc319a4b05c7f0cd4a8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"