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

Frederik Schwan freswa at gemini.archlinux.org
Sun May 15 15:44:23 UTC 2022


    Date: Sunday, May 15, 2022 @ 15:44:23
  Author: freswa
Revision: 445835

add debuginfod to depends array

Last bump introduced the necessity to 
retrieve debug symbols for glibc via debuginfod.
Therefore we declare it as a dependency.

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-15 15:24:18 UTC (rev 445834)
+++ PKGBUILD	2022-05-15 15:44:23 UTC (rev 445835)
@@ -14,12 +14,12 @@
 
 pkgname=valgrind
 pkgver=3.19.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tool to help find memory-management problems in programs'
 arch=('x86_64')
 license=('GPL')
 url='http://valgrind.org/'
-depends=('glibc' 'perl')
+depends=('glibc' 'perl' 'debuginfod')
 makedepends=('gdb' 'lib32-glibc' 'lib32-gcc-libs' 'docbook-xml'
              'docbook-xsl' 'docbook-sgml')
 checkdepends=('procps-ng')



More information about the arch-commits mailing list