summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-08-13 12:07:30 +0800
committerpingplug2018-08-13 12:07:30 +0800
commit03e307bde433a860d12b1741a33f1c6d3e3864ea (patch)
tree15e812d7045b3ca0feada6bd686b25e478cb8d40
parent13afc93b1b3ac39e2907dfe49a02ad92055b475b (diff)
downloadaur-03e307bde433a860d12b1741a33f1c6d3e3864ea.tar.gz
Updated to 0.23.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a0e385d517f..55d5054d6d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-p11-kit
pkgdesc = Provides a way to load and enumerate PKCS#11 modules (mingw-w64)
- pkgver = 0.23.12
+ pkgver = 0.23.13
pkgrel = 1
url = https://p11-glue.freedesktop.org
arch = any
@@ -13,8 +13,10 @@ pkgbase = mingw-w64-p11-kit
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://github.com/p11-glue/p11-kit#commit=3dd5810143e51dabdc58069e55b09a950349fa08
+ source = git+https://github.com/p11-glue/p11-kit?signed#tag=0.23.13
source = 0001-Build-and-install-libnssckbi-p11-kit.so.patch
+ validpgpkeys = C0F67099B808FB063E2C81117BFB1108D92765AF
+ validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
sha256sums = SKIP
sha256sums = 0736f74cec5ca49d91afa47cd84f9ac0404947bf0064358e22c3e53b69e82798
diff --git a/PKGBUILD b/PKGBUILD
index 0674751b15e5..3c4df2e92870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
# Maintainer: pingplug <pingplug@foxmail.com>
# Contributor: xantares <xantares09@hotmail.com>
-_commit=3dd5810143e51dabdc58069e55b09a950349fa08 # tags/0.23.12^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-p11-kit
-pkgver=0.23.12
+pkgver=0.23.13
pkgrel=1
pkgdesc="Provides a way to load and enumerate PKCS#11 modules (mingw-w64)"
arch=('any')
@@ -17,15 +16,12 @@ depends=('mingw-w64-crt'
makedepends=('mingw-w64-configure'
'git')
options=('!strip' 'staticlibs' '!buildflags')
-source=("git+https://github.com/p11-glue/p11-kit#commit=${_commit}"
+source=("git+https://github.com/p11-glue/p11-kit?signed#tag=${pkgver}"
"0001-Build-and-install-libnssckbi-p11-kit.so.patch")
sha256sums=('SKIP'
'0736f74cec5ca49d91afa47cd84f9ac0404947bf0064358e22c3e53b69e82798')
-
-pkgver() {
- cd "${srcdir}"/p11-kit
- git describe --tags | sed 's/-/+/g'
-}
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF' # Stef Walter
+ '462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
prepare() {
cd "${srcdir}"/p11-kit