Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lcov
Commits:
836ff3e0 by Caleb Maclennan at 2025-01-10T02:03:25+03:00
upgpkg: 2.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lcov
pkgdesc = front-end for GCC’s coverage testing tool gcov
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/linux-test-project/lcov
arch = any
@@ -16,7 +16,7 @@ pkgbase = lcov
optdepends = python-coverage: enable python coverage reporting
optdepends = python-xlsxwriter: generate shpreadsheet reports
backup = etc/lcovrc
- source =
https://github.com/linux-test-project/lcov/releases/download/v2.2/lcov-2.2.tar.gz
- sha256sums =
caf5be723aa9ffe7bb7b0e52be7155e8953949fbf96586d088ebf3de6a9db0d0
+ source =
https://github.com/linux-test-project/lcov/releases/download/v2.3/lcov-2.3.tar.gz
+ sha256sums =
9d2b1154e347bd1782f99e5bc022fa25e813262d76278daa5f9a6e657fff62ec
pkgname = lcov
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andre Klitzing <[email protected]>
pkgname=lcov
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc='front-end for GCC’s coverage testing tool gcov'
arch=(any)
@@ -22,7 +22,7 @@ optdepends=('perl-gd: render frames in html output'
backup=(etc/lcovrc)
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('caf5be723aa9ffe7bb7b0e52be7155e8953949fbf96586d088ebf3de6a9db0d0')
+sha256sums=('9d2b1154e347bd1782f99e5bc022fa25e813262d76278daa5f9a6e657fff62ec')
package () {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/commit/836ff3e0e7e112be7e83e46650b2951299a52466
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/commit/836ff3e0e7e112be7e83e46650b2951299a52466
You're receiving this email because of your account on gitlab.archlinux.org.