summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2019-10-28 22:22:19 -0700
committermutantmonkey2019-10-28 22:22:19 -0700
commit0f9dbe1c893a02b02449a94ad5b2de827a5ac496 (patch)
treeac2f2ec3f958c1fddb39cce6d7a5474d0bc58343
parente7dfd2d5d072bb308c09ce414a4529c6b666ab5f (diff)
downloadaur-0f9dbe1c893a02b02449a94ad5b2de827a5ac496.tar.gz
upgpkg: solo-python 0.0.17-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 b6f55cc84717..d7ed9c2708df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
- pkgver = 0.0.15
+ pkgver = 0.0.17
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.15.tar.gz
- sha256sums = 6c3b168d93eecf656fdf58525c0f1da9403b5fd0685fcdb445560960c5a6458b
+ source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.17.tar.gz
+ sha256sums = ac3a48ea29a414c00e6c5d7891c9e15699a8c093fb7b1cd92988d0ebeffc2ba7
pkgname = solo-python
diff --git a/PKGBUILD b/PKGBUILD
index 6f8c79521f82..2a1a19e3222a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
-pkgver=0.0.15
+pkgver=0.0.17
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=('6c3b168d93eecf656fdf58525c0f1da9403b5fd0685fcdb445560960c5a6458b')
+sha256sums=('ac3a48ea29a414c00e6c5d7891c9e15699a8c093fb7b1cd92988d0ebeffc2ba7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"