summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxantares2015-08-31 21:58:20 +0200
committerxantares2015-08-31 21:58:20 +0200
commitaeb9f162705243c5bd4bef1a9afe137091febb4f (patch)
tree4eaa5d10ada24d92864e7cf56eab36468162124e
parent505b554a2fadb7c8c030d202b884f18762296add (diff)
downloadaur-aeb9f162705243c5bd4bef1a9afe137091febb4f.tar.gz
0.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e64c62c0652e..6f2cb9483510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-p11-kit
pkgdesc = Library to work with PKCS#11 modules (mingw-w64)
- pkgver = 0.22.1
+ pkgver = 0.23.1
pkgrel = 1
url = http://p11-glue.freedesktop.org
arch = any
@@ -12,9 +12,9 @@ pkgbase = mingw-w64-p11-kit
options = staticlibs
options = !buildflags
options = !strip
- source = http://p11-glue.freedesktop.org/releases/p11-kit-0.22.1.tar.gz
+ source = http://p11-glue.freedesktop.org/releases/p11-kit-0.23.1.tar.gz
source = mingw-p11-kit-setenv.patch
- md5sums = 4e9bea1106628ffb820bdad24a819fac
+ md5sums = 96f073270c489c9a594e1c9413f42db8
md5sums = 51efa37a12ce2843ffc2244baca3c272
pkgname = mingw-w64-p11-kit
diff --git a/PKGBUILD b/PKGBUILD
index 3c6c8f9d066b..81b3c78237d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-p11-kit
-pkgver=0.22.1
+pkgver=0.23.1
pkgrel=1
pkgdesc="Library to work with PKCS#11 modules (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt' 'mingw-w64-libtasn1' 'mingw-w64-libffi')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
source=($url/releases/p11-kit-$pkgver.tar.gz mingw-p11-kit-setenv.patch)
-md5sums=('4e9bea1106628ffb820bdad24a819fac'
+md5sums=('96f073270c489c9a594e1c9413f42db8'
'51efa37a12ce2843ffc2244baca3c272')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"