Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libxmlb
Commits:
6beb5424 by Antonio Rojas at 2024-10-14T19:31:40+02:00
upgpkg: 0.3.20-1: Update to 0.3.20
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libxmlb
pkgdesc = Library to help create and query binary XML blobs
- pkgver = 0.3.19
+ pkgver = 0.3.20
pkgrel = 1
url = https://github.com/hughsie/libxmlb
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = libxmlb
depends = libstemmer
depends = xz
depends = zstd
- source =
https://github.com/hughsie/libxmlb/releases/download/0.3.19/libxmlb-0.3.19.tar.xz
- source =
https://github.com/hughsie/libxmlb/releases/download/0.3.19/libxmlb-0.3.19.tar.xz.asc
+ source =
https://github.com/hughsie/libxmlb/releases/download/0.3.20/libxmlb-0.3.20.tar.xz
+ source =
https://github.com/hughsie/libxmlb/releases/download/0.3.20/libxmlb-0.3.20.tar.xz.asc
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
- sha256sums =
0a3ec258b12dbf10e5fe840b2421c84137eb7cc1b09c3de6210f3f7d51733733
+ sha256sums =
4c5b534d645f7328643d6a0d3040ffb9832e13e3530025af55086a06e3c018ed
sha256sums = SKIP
pkgname = libxmlb
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=libxmlb
-pkgver=0.3.19
+pkgver=0.3.20
pkgrel=1
pkgdesc="Library to help create and query binary XML blobs"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(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=('0a3ec258b12dbf10e5fe840b2421c84137eb7cc1b09c3de6210f3f7d51733733'
+sha256sums=('4c5b534d645f7328643d6a0d3040ffb9832e13e3530025af55086a06e3c018ed'
'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlb/-/commit/6beb54240cc04c60ab54269b45ce64ced06ac8f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlb/-/commit/6beb54240cc04c60ab54269b45ce64ced06ac8f6
You're receiving this email because of your account on gitlab.archlinux.org.