summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-04-25 19:44:54 -0700
committermutantmonkey2021-04-25 19:44:54 -0700
commite6b19634022d2c135c0b0ce183a7c4eba837f7d9 (patch)
tree9699eec16a119d9d6783aeb0a03365beb560a4a1
parent30da37aef6ea5257ecac542482c8c655238a41ae (diff)
downloadaur-e6b19634022d2c135c0b0ce183a7c4eba837f7d9.tar.gz
Revert "upgpkg: solo-python 0.0.28-2"
This reverts commit 30da37aef6ea5257ecac542482c8c655238a41ae. It turns out that python-pyscard is not required yet.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066ea754ba94..2351464a1393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = solo-python
pkgdesc = Tools and Python library for SoloKeys.
pkgver = 0.0.28
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/solokeys/solo-python
arch = any
license = Apache
@@ -17,7 +17,6 @@ pkgbase = solo-python
depends = python-pyserial
depends = python-pyusb
depends = python-requests
- depends = python-pyscard
source = https://files.pythonhosted.org/packages/source/s/solo-python/solo-python-0.0.28.tar.gz
sha256sums = f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1
diff --git a/PKGBUILD b/PKGBUILD
index 57909eba5f06..3d32794a4e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=solo-python
pkgver=0.0.28
-pkgrel=2
+pkgrel=1
pkgdesc="Tools and Python library for SoloKeys."
arch=('any')
url="https://github.com/solokeys/solo-python"
license=('Apache' 'MIT')
depends=('python' 'python-click>=7.0' 'python-cryptography' 'python-ecdsa'
'python-fido2' 'python-intelhex' 'python-pyserial' 'python-pyusb'
- 'python-requests' 'python-pyscard')
+ 'python-requests')
makedepends=('python-pip' 'python-flit')
source=("https://files.pythonhosted.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('f0a136d022e03edbc4907c26eac8bbbad4d65376eebc6e4a2dac3ecb32aa47c1')