[arch-commits] Commit in gcovr/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Aug 7 13:05:40 UTC 2022


    Date: Sunday, August 7, 2022 @ 13:05:39
  Author: jelle
Revision: 1260545

upgpkg: gcovr 5.2-1

Modified:
  gcovr/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-07 12:27:04 UTC (rev 1260544)
+++ PKGBUILD	2022-08-07 13:05:39 UTC (rev 1260545)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
 
 pkgname=gcovr
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='provides a utility for managing the use of the GNU gcov utility'
 arch=(any)
@@ -8,9 +8,10 @@
 url="https://gcovr.com/"
 license=(BSD)
 depends=('python' 'python-jinja' 'python-lxml' 'gcc')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://github.com/gcovr/gcovr/archive/${pkgver}.tar.gz")
-sha256sums=('c2e3ba82fd526aec4109712ff4fa84041ea3a13c34877a1638165e8f9f4d76bc')
+sha256sums=('06910913a5f659b195f85041c90e387545f4d62b90fe3f65342613997b51c752')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list