Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libxml++-5.0
Commits:
b928f160 by Jan Alexander Steffens (heftig) at 2025-04-22T20:27:56+02:00
5.4.0-2: libxml2 rebuild
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libxml++-5.0
pkgdesc = C++ bindings to libxml2
pkgver = 5.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://libxmlplusplus.github.io/libxmlplusplus/
arch = x86_64
license = LGPL-2.1-or-later
=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,4 @@
["libxml++-5.0"]
-source = "github"
-github = "libxmlplusplus/libxmlplusplus"
-use_max_tag = true
+source = "git"
+git = "https://github.com/libxmlplusplus/libxmlplusplus.git"
include_regex = '\d+\.\d*[02468]\.\d+'
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(
libxml++-5.0-docs
)
pkgver=5.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="C++ bindings to libxml2"
url="https://libxmlplusplus.github.io/libxmlplusplus/"
arch=(x86_64)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlplusplus-5.0/-/commit/b928f160373b32667d7a78f32fc4362a1e2c93a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlplusplus-5.0/-/commit/b928f160373b32667d7a78f32fc4362a1e2c93a5
You're receiving this email because of your account on gitlab.archlinux.org.