Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
lcov


Commits:
0e885033 by Caleb Maclennan at 2025-05-07T16:58:56+03:00
Fine tune nvchecker to catch all version schemes

- - - - -
bf205761 by Caleb Maclennan at 2025-05-07T17:00:33+03:00
upgpkg: 2.3.1-1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = lcov
        pkgdesc = front-end for GCC’s coverage testing tool gcov
-       pkgver = 2.3
+       pkgver = 2.3.1
        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.3/lcov-2.3.tar.gz
-       sha256sums = 
9d2b1154e347bd1782f99e5bc022fa25e813262d76278daa5f9a6e657fff62ec
+       source = 
https://github.com/linux-test-project/lcov/releases/download/v2.3.1/lcov-2.3.1.tar.gz
+       sha256sums = 
b3017679472d5fcca727254493d0eb44253c564c2c8384f86965ba9c90116704
 
 pkgname = lcov


=====================================
.nvchecker.toml
=====================================
@@ -2,5 +2,5 @@
 source = "github"
 github = "linux-test-project/lcov"
 prefix = "v"
-include_regex = 'v\d+\.\d+'
+include_regex = 'v\d+\.\d+(\.\d+)?'
 use_max_tag = true


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Andre Klitzing <[email protected]>
 
 pkgname=lcov
-pkgver=2.3
+pkgver=2.3.1
 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=('9d2b1154e347bd1782f99e5bc022fa25e813262d76278daa5f9a6e657fff62ec')
+sha256sums=('b3017679472d5fcca727254493d0eb44253c564c2c8384f86965ba9c90116704')
 
 package () {
     cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/compare/836ff3e0e7e112be7e83e46650b2951299a52466...bf205761bb9d54589083814d0bebad2db65b6162

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/compare/836ff3e0e7e112be7e83e46650b2951299a52466...bf205761bb9d54589083814d0bebad2db65b6162
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to