Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
libcomps
Commits:
c6982522 by Jelle van der Waa at 2026-02-24T09:43:51+01:00
upgpkg: 0.1.24-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libcomps
pkgdesc = Comps XML file manipulation library
- pkgver = 0.1.23
- pkgrel = 2
+ pkgver = 0.1.24
+ pkgrel = 1
url = https://github.com/rpm-software-management/libcomps
arch = x86_64
license = GPL-2.0-or-later
@@ -16,8 +16,8 @@ pkgbase = libcomps
depends = glibc
depends = libxml2
depends = zlib
- source =
https://github.com/rpm-software-management/libcomps/archive/0.1.23/libcomps-0.1.23.tar.gz
- sha256sums =
0f41c042ff672ce5b30769c0bf2066c8ecc3db4b14bd26a8e5ed80a4fb0963ef
+ source =
https://github.com/rpm-software-management/libcomps/archive/0.1.24/libcomps-0.1.24.tar.gz
+ sha256sums =
c24a81dea8e9f7f3c877618d3812a5293df772abc6b90fad1d34fa62326141bc
pkgname = libcomps
optdepends = python: for python bindings
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ pkgname=(
libcomps
libcomps-docs
)
-pkgver=0.1.23
-pkgrel=2
+pkgver=0.1.24
+pkgrel=1
pkgdesc="Comps XML file manipulation library"
arch=('x86_64')
url="https://github.com/rpm-software-management/$pkgbase"
@@ -18,7 +18,7 @@ checkdepends=('check')
source=(
"$url/archive/$pkgver/$pkgbase-$pkgver.tar.gz"
)
-sha256sums=('0f41c042ff672ce5b30769c0bf2066c8ecc3db4b14bd26a8e5ed80a4fb0963ef')
+sha256sums=('c24a81dea8e9f7f3c877618d3812a5293df772abc6b90fad1d34fa62326141bc')
prepare() {
cd "$pkgbase-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcomps/-/commit/c69825220700a7438d44bfd05c83e9ee5246e496
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcomps/-/commit/c69825220700a7438d44bfd05c83e9ee5246e496
You're receiving this email because of your account on gitlab.archlinux.org.