[arch-commits] Commit in xerces-c/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon Oct 1 18:00:17 UTC 2018


    Date: Monday, October 1, 2018 @ 18:00:17
  Author: lfleischer
Revision: 335611

archrelease: copy trunk to extra-x86_64

Added:
  xerces-c/repos/extra-x86_64/PKGBUILD
    (from rev 335610, xerces-c/trunk/PKGBUILD)
Deleted:
  xerces-c/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 18:00:13 UTC (rev 335610)
+++ PKGBUILD	2018-10-01 18:00:17 UTC (rev 335611)
@@ -1,28 +0,0 @@
-# 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.2.1
-pkgrel=2
-pkgdesc="A validating XML parser written in a portable subset of C++"
-arch=('x86_64')
-url="http://xerces.apache.org/xerces-c/"
-license=('APACHE')
-depends=('gcc-libs' 'curl' 'libnsl')
-source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fe951ca5d93713db31b026fab2d042d7')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
-  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-}

Copied: xerces-c/repos/extra-x86_64/PKGBUILD (from rev 335610, xerces-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-01 18:00:17 UTC (rev 335611)
@@ -0,0 +1,28 @@
+# 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.2.2
+pkgrel=1
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('x86_64')
+url="http://xerces.apache.org/xerces-c/"
+license=('APACHE')
+depends=('gcc-libs' 'curl' 'libnsl')
+source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7aac41029b0d7a5eadd31cc975b391c2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list