summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b562b89cf24c..e55fe669739a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname='xml-security-c'
-pkgver='2.0.1'
+pkgver='2.0.2'
pkgrel='1'
pkgdesc='C++ Implementation of W3C security standards for XML'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('xalan-c')
source=("https://www.apache.org/dist/santuario/c-library/$pkgname-$pkgver.tar.bz2.asc"
"https://www.apache.org/dist/santuario/c-library/$pkgname-$pkgver.tar.bz2")
sha256sums=('SKIP'
- 'e7e9ccb8fd9d67eb1b981b191c724112f0b45f5b601f5fcc64708ebd6906e791')
+ '39e963ab4da477b7bda058f06db37228664c68fe68902d86e334614dd06e046b')
validpgpkeys=('DCAA15007BED9DE690CD9523378B845402277962')
build() {