summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-09 18:41:01 +0100
committerMichel Zou2018-03-09 18:41:01 +0100
commitf47b9e7023b52205d2be515f09ce8d50a870be39 (patch)
treec5260dbf6865b66d62c3d8da3af798f16e52a14c
parent5250740414d3bdc79a4505c3133d2be9c5e5177c (diff)
downloadaur-f47b9e7023b52205d2be515f09ce8d50a870be39.tar.gz
2.7.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b3cbbb66d0..cef6255e55b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 17:26:33 UTC 2018
+# Fri Mar 9 17:41:01 UTC 2018
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.7
+ pkgver = 2.9.8
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = http://xmlsoft.org/sources/libxml2-2.9.7.tar.gz
- sha256sums = f63c5e7d30362ed28b38bfa1ac6313f9a80230720b7fb6c80575eeab3ff5900c
+ source = http://xmlsoft.org/sources/libxml2-2.9.8.tar.gz
+ sha256sums = 0b74e51595654f958148759cfef0993114ddccccbb6f31aee018f3558e8e2732
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 9af9201daf27..19d05f61537b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-libxml2
-pkgver=2.9.7
+pkgver=2.9.8
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -11,7 +11,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.xmlsoft.org/"
source=("http://xmlsoft.org/sources/libxml2-${pkgver}.tar.gz")
-sha256sums=('f63c5e7d30362ed28b38bfa1ac6313f9a80230720b7fb6c80575eeab3ff5900c')
+sha256sums=('0b74e51595654f958148759cfef0993114ddccccbb6f31aee018f3558e8e2732')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"