summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2021-10-07 11:40:43 +0300
committerMantas Mikulėnas2021-10-07 11:40:43 +0300
commit5f9cb60c02905a4e618e9a2c2eef91c086ae756e (patch)
tree721fc9f1b91fb9644e711953d7edde7b26098307
parent38ecc03d68da2efac9f70eced381e5c71fcd3fb5 (diff)
downloadaur-5f9cb60c02905a4e618e9a2c2eef91c086ae756e.tar.gz
release 2.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867e04c48802..138e02b282f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mastercard-pkcs11-tools
pkgdesc = Tools to manage objects on PKCS#11 cryptographic tokens
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/Mastercard/pkcs11-tools
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = mastercard-pkcs11-tools
makedepends = bison
makedepends = flex
depends = openssl
- source = git+https://github.com/Mastercard/pkcs11-tools#commit=v2.4.0
+ source = git+https://github.com/Mastercard/pkcs11-tools#commit=v2.5.0
source = git+https://git.savannah.gnu.org/git/gnulib.git
source = oasis-pkcs11::git+https://github.com/oasis-tcs/pkcs11
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7b00c8cbd632..cbd7c5fc1f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mastercard-pkcs11-tools
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="Tools to manage objects on PKCS#11 cryptographic tokens"
url="https://github.com/Mastercard/pkcs11-tools"
@@ -10,7 +10,7 @@ makedepends=(
bison
flex
)
-_commit=v2.4.0
+_commit=v2.5.0
source=("git+https://github.com/Mastercard/pkcs11-tools#commit=$_commit"
"git+https://git.savannah.gnu.org/git/gnulib.git"
"oasis-pkcs11::git+https://github.com/oasis-tcs/pkcs11")
@@ -37,6 +37,10 @@ build() {
cd pkcs11-tools
sh -ex ./bootstrap.sh
./configure --prefix=/usr --sysconfdir=/etc
+
+ # Hack to fix what the compiler insists is a syntax error
+ : > gl/string.h
+
make
}