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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Apr 14 12:19:13 UTC 2018


    Date: Saturday, April 14, 2018 @ 12:19:13
  Author: bpiotrowski
Revision: 321796

3.13.0-7: rebuild against glibc 2.27 and remove versioned dependency on it

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-14 11:59:46 UTC (rev 321795)
+++ PKGBUILD	2018-04-14 12:19:13 UTC (rev 321796)
@@ -4,12 +4,12 @@
 
 pkgname=valgrind
 pkgver=3.13.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Tool to help find memory-management problems in programs'
 arch=('x86_64')
 license=('GPL')
 url='http://valgrind.org/'
-depends=('glibc=2.26' 'perl')
+depends=('glibc' 'perl')
 makedepends=('gdb' 'openmpi' 'lib32-glibc' 'lib32-gcc-libs')
 checkdepends=('procps-ng')
 optdepends=('openmpi: MPI support'



More information about the arch-commits mailing list