Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
xerces-c
Commits:
63ecd5f3 by Antonio Rojas at 2024-02-18T14:10:59+01:00
upgpkg: 3.2.5-1: Update to 3.2.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xerces-c
pkgdesc = A validating XML parser written in a portable subset of C++
- pkgver = 3.2.4
- pkgrel = 4
+ pkgver = 3.2.5
+ pkgrel = 1
url = https://xerces.apache.org/xerces-c/
arch = x86_64
license = APACHE
@@ -9,7 +9,7 @@ pkgbase = xerces-c
depends = curl
depends = libnsl
depends = icu
- source =
https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.4.tar.gz
- sha256sums =
3d8ec1c7f94e38fee0e4ca5ad1e1d9db23cbf3a10bba626f6b4afa2dedafe5ab
+ source =
https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.5.tar.gz
+ sha256sums =
545cfcce6c4e755207bd1f27e319241e50e37c0c27250f11cda116018f1ef0f5
pkgname = xerces-c
=====================================
PKGBUILD
=====================================
@@ -4,21 +4,20 @@
# Contributor: Roman Kyrylych <[email protected]>
pkgname=xerces-c
-pkgver=3.2.4
-pkgrel=4
+pkgver=3.2.5
+pkgrel=1
pkgdesc="A validating XML parser written in a portable subset of C++"
arch=('x86_64')
url="https://xerces.apache.org/xerces-c/"
license=('APACHE')
depends=('gcc-libs' 'curl' 'libnsl' 'icu')
source=("https://archive.apache.org/dist/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3d8ec1c7f94e38fee0e4ca5ad1e1d9db23cbf3a10bba626f6b4afa2dedafe5ab')
+sha256sums=('545cfcce6c4e755207bd1f27e319241e50e37c0c27250f11cda116018f1ef0f5')
build() {
cd "${pkgname}-${pkgver}"
- [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
- ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xerces-c/-/commit/63ecd5f3c91468b3bef7fda8fc5af8985a5c3f8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xerces-c/-/commit/63ecd5f3c91468b3bef7fda8fc5af8985a5c3f8b
You're receiving this email because of your account on gitlab.archlinux.org.