summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"