summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinicius Correa2019-11-19 10:01:06 -0300
committerVinicius Correa2019-11-19 10:01:06 -0300
commit10d32021a223922854ca1cdc38650828997e16c8 (patch)
tree16a793ef6433f7b7edc9022daa668b75a56e5ce6 /PKGBUILD
parente6632be28446bc88013e6f287871f8e4579985d7 (diff)
downloadaur-10d32021a223922854ca1cdc38650828997e16c8.tar.gz
v1.55
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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}"