Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libxml2


Commits:
04c45529 by Frederik Schwan at 2024-05-09T12:30:14+02:00
upgpkg: 2.12.6-4: icu 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = libxml2
        pkgdesc = XML C parser and toolkit
        pkgver = 2.12.6
-       pkgrel = 3
+       pkgrel = 4
        url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
        arch = x86_64
        license = MIT
        makedepends = git
        makedepends = python
+       depends = icu
        depends = ncurses
        depends = readline
        depends = xz


=====================================
PKGBUILD
=====================================
@@ -10,12 +10,13 @@ pkgname=(
   libxml2-docs
 )
 pkgver=2.12.6
-pkgrel=3
+pkgrel=4
 pkgdesc="XML C parser and toolkit"
 url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home";
 arch=(x86_64)
 license=(MIT)
 depends=(
+  icu
   ncurses
   readline
   xz
@@ -59,6 +60,7 @@ build() {
     --localstatedir=/var
     --disable-static
     --with-history
+    --with-icu
     --with-legacy
     --with-python=/usr/bin/python
     --with-threads



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxml2/-/commit/04c45529b45930399945a0236a45b4d6e0f81a76

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxml2/-/commit/04c45529b45930399945a0236a45b4d6e0f81a76
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to