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


Commits:
0d84ff7b by Caleb Maclennan at 2024-04-22T12:22:40+03:00
upgpkg: 2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lcov
        pkgdesc = front-end for GCC’s coverage testing tool gcov
-       pkgver = 2.0
-       pkgrel = 3
+       pkgver = 2.1
+       pkgrel = 1
        url = https://github.com/linux-test-project/lcov
        arch = any
        license = GPL
@@ -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.0/lcov-2.0.tar.gz
-       sha256sums = 
1857bb18e27abe8bcec701a907d5c47e01db4d4c512fc098d1a6acd29267bf46
+       source = 
https://github.com/linux-test-project/lcov/releases/download/v2.1/lcov-2.1.tar.gz
+       sha256sums = 
4d01d9f551a3f0e868ce84742fb60aac4407e3fc1622635a07e29d70e38f1faf
 
 pkgname = lcov


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Andre Klitzing <aklitz...@gmail.com>
 
 pkgname=lcov
-pkgver=2.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc='front-end for GCC’s coverage testing tool gcov'
 arch=(any)
 url="https://github.com/linux-test-project/$pkgname";
@@ -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=('1857bb18e27abe8bcec701a907d5c47e01db4d4c512fc098d1a6acd29267bf46')
+sha256sums=('4d01d9f551a3f0e868ce84742fb60aac4407e3fc1622635a07e29d70e38f1faf')
 
 package () {
     cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/commit/0d84ff7bc8f5314757a1aad69bcb871a00489317

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/commit/0d84ff7bc8f5314757a1aad69bcb871a00489317
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to