diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD index b285bdd8794..c32b5df7fb8 100644 --- a/main/valgrind/APKBUILD +++ b/main/valgrind/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa pkgname=valgrind pkgver=3.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="A tool to help find memory-management problems in programs" url="http://valgrind.org/" arch="all" -license="GPL" +license="GPL2+" depends="" # it seems like busybox sed works but the configure script requires GNU sed makedepends="sed paxctl pax-utils perl bash"