[arch-commits] Commit in xerces-c/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Tue Apr 12 20:02:33 UTC 2016


    Date: Tuesday, April 12, 2016 @ 22:02:32
  Author: lfleischer
Revision: 264736

upgpkg: xerces-c 3.1.3-1

Upstream update.

Modified:
  xerces-c/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-12 18:52:18 UTC (rev 264735)
+++ PKGBUILD	2016-04-12 20:02:32 UTC (rev 264736)
@@ -1,12 +1,11 @@
-# $Id$
-# Maintainer:
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
 # Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
 
 pkgname=xerces-c
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('i686' 'x86_64')
 url="http://xerces.apache.org/xerces-c/"
@@ -13,15 +12,13 @@
 license=('APACHE')
 depends=('gcc-libs' 'curl')
 source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9eb1048939e88d6a7232c67569b23985')
+md5sums=('70320ab0e3269e47d978a6ca0c0e1e2d')
 
 build() {
   cd ${pkgname}-${pkgver}
 
   [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc ${SSE2}
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
   make
 }
 



More information about the arch-commits mailing list