Date: Sunday, March 25, 2018 @ 11:56:54 Author: lfleischer Revision: 320312
upgpkg: xerces-c 3.2.1-1 Upstream update. Modified: xerces-c/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-25 11:53:13 UTC (rev 320311) +++ PKGBUILD 2018-03-25 11:56:54 UTC (rev 320312) @@ -4,8 +4,8 @@ # Contributor: Roman Kyrylych <[email protected]> pkgname=xerces-c -pkgver=3.2.0 -pkgrel=2 +pkgver=3.2.1 +pkgrel=1 pkgdesc="A validating XML parser written in a portable subset of C++" arch=('x86_64') url="http://xerces.apache.org/xerces-c/" @@ -12,7 +12,7 @@ license=('APACHE') depends=('gcc-libs' 'curl') source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz") -md5sums=('71f035103ef8157586a3be825c1553fd') +md5sums=('fe951ca5d93713db31b026fab2d042d7') build() { cd "${pkgname}-${pkgver}"
