Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libxmlb


Commits:
5b7cb8fb by Antonio Rojas at 2026-02-03T16:36:09+01:00
upgpkg: 0.3.25-1: Upstream update

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = libxmlb
        pkgdesc = Library to help create and query binary XML blobs
-       pkgver = 0.3.24
+       pkgver = 0.3.25
        pkgrel = 1
        url = https://github.com/hughsie/libxmlb
        arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = libxmlb
        depends = libstemmer
        depends = xz
        depends = zstd
-       source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.24/libxmlb-0.3.24.tar.xz
-       source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.24/libxmlb-0.3.24.tar.xz.asc
+       source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.25/libxmlb-0.3.25.tar.xz
+       source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.25/libxmlb-0.3.25.tar.xz.asc
        validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
-       sha256sums = 
ded52667aac942bb1ff4d1e977e8274a9432d99033d86918feb82ade82b8e001
+       sha256sums = 
77f2768c9debd2e946173cdf9465efd987849805e7c58251c5772ea728a61d9a
        sha256sums = SKIP
 
 pkgname = libxmlb


=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,3 @@
 [libxmlb]
-source = 'github'
-github = 'hughsie/libxmlb'
-use_max_tag = true
+source = 'git'
+git = 'https://github.com/hughsie/libxmlb'


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <[email protected]>
 
 pkgname=libxmlb
-pkgver=0.3.24
+pkgver=0.3.25
 pkgrel=1
 pkgdesc="Library to help create and query binary XML blobs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(gcc-libs glibc glib2 libstemmer xz zstd)
 makedepends=(meson gobject-introspection gtk-doc)
 checkdepends=(shared-mime-info)
 
source=("https://github.com/hughsie/libxmlb/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('ded52667aac942bb1ff4d1e977e8274a9432d99033d86918feb82ade82b8e001'
+sha256sums=('77f2768c9debd2e946173cdf9465efd987849805e7c58251c5772ea728a61d9a'
             'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 
<[email protected]>
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlb/-/commit/5b7cb8fb490d2c162e45648c9ba9ef51604ffe66

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlb/-/commit/5b7cb8fb490d2c162e45648c9ba9ef51604ffe66
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to