Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
gcovr
Commits:
e3f59c10 by Jelle van der Waa at 2026-01-15T18:18:48+01:00
upgpkg: 8.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gcovr
pkgdesc = provides a utility for managing the use of the GNU gcov
utility
- pkgver = 8.4
- pkgrel = 2
+ pkgver = 8.6
+ pkgrel = 1
url = https://gcovr.com/
arch = any
license = BSD-3-Clause
@@ -19,7 +19,7 @@ pkgbase = gcovr
depends = gcc
depends = python-colorlog
depends = python-pygments
- source = git+https://github.com/gcovr/gcovr.git#tag=8.4
- sha256sums =
d4c7cb02dcaf79ec0e254d4bc2d18c979550732716dd3dd32ddb423db17742a2
+ source = git+https://github.com/gcovr/gcovr.git#tag=8.6
+ sha256sums =
256fa0cd538daa7f2719c8f539d878dc93a18d8381f0d3d7f5411c2d2c566a0a
pkgname = gcovr
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=gcovr
-pkgver=8.4
-pkgrel=2
+pkgver=8.6
+pkgrel=1
pkgdesc='provides a utility for managing the use of the GNU gcov utility'
arch=(any)
url="https://gcovr.com/"
@@ -12,12 +12,12 @@ makedepends=('python-hatchling' 'python-hatch-vcs'
'python-hatch-fancy-pypi-read
'python-build' 'python-installer' 'python-wheel' 'git')
checkdepends=('python-pytest')
source=("git+https://github.com/gcovr/gcovr.git#tag=${pkgver}")
-sha256sums=('d4c7cb02dcaf79ec0e254d4bc2d18c979550732716dd3dd32ddb423db17742a2')
+sha256sums=('256fa0cd538daa7f2719c8f539d878dc93a18d8381f0d3d7f5411c2d2c566a0a')
prepare() {
cd ${pkgname}
# Remove unnecessary dependency version pinning
- sed -i 's/hatchling==1.26.3/hatchling/' pyproject.toml
+ sed -i 's/hatchling==1.27.0/hatchling/' pyproject.toml
sed -i 's/hatch-fancy-pypi-readme==24.1.0/hatch-fancy-pypi-readme/'
pyproject.toml
sed -i 's/hatch-vcs==0.4.0/hatch-vcs/' pyproject.toml
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/commit/e3f59c10e01cadab05fad037dbcdba6141fee9f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/commit/e3f59c10e01cadab05fad037dbcdba6141fee9f4
You're receiving this email because of your account on gitlab.archlinux.org.