summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2019-11-19 10:01:06 -0300
committerVinicius Correa2019-11-19 10:01:06 -0300
commit10d32021a223922854ca1cdc38650828997e16c8 (patch)
tree16a793ef6433f7b7edc9022daa668b75a56e5ce6
parente6632be28446bc88013e6f287871f8e4579985d7 (diff)
downloadaur-10d32021a223922854ca1cdc38650828997e16c8.tar.gz
v1.55
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48742a823906..01af6de87262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-pykcs11
pkgdesc = PKCS#11 wrapper for Python.
- pkgver = 1.4.4
+ pkgver = 1.5.5
pkgrel = 1
url = https://github.com/LudovicRousseau/PyKCS11
arch = any
license = GPL
- makedepends = git
depends = python
depends = swig
- source = https://github.com/LudovicRousseau/PyKCS11/archive/1.4.4.tar.gz
- md5sums = dc5fdeeb92eeee7125eb418a523c59f8
+ source = https://github.com/LudovicRousseau/PyKCS11/archive/1.5.5.tar.gz
+ md5sums = 7ad2bc49e4a122b7118494e04251b999
pkgname = python-pykcs11
diff --git a/PKGBUILD b/PKGBUILD
index 8a5754f739e5..31ae219035bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Vinicius Correa <vinicius dot correa at zoho dot com>
_pkgname=PyKCS11
pkgname=python-pykcs11
-pkgver=1.4.4
+pkgver=1.5.5
pkgrel=1
pkgdesc="PKCS#11 wrapper for Python."
arch=('any')
url="https://github.com/LudovicRousseau/${_pkgname}"
license=('GPL')
depends=('python' 'swig')
-makedepends=('git')
optdepends=()
conflicts=()
source=("https://github.com/LudovicRousseau/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('dc5fdeeb92eeee7125eb418a523c59f8')
+md5sums=('7ad2bc49e4a122b7118494e04251b999')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"