summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2020-11-08 15:07:39 +0300
committerDaniel Bershatsky2020-11-08 15:09:14 +0300
commitb5b7d7f2c3c3d662b817cd04e1ada12ca474e420 (patch)
treeb4728272333ff14048aae3d6dd7bae6f3368d704 /PKGBUILD
parent35dd9a9f41df0c5b884acf94530ccbc0c151be3e (diff)
downloadaur-b5b7d7f2c3c3d662b817cd04e1ada12ca474e420.tar.gz
Add valgrid as a build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0148f21939fe..21d50bfe36ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='http://www.python.org/'
license=('custom')
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('gcc' 'make' 'm4' 'autoconf')
+makedepends=('gcc' 'make' 'm4' 'autoconf' 'valgrind')
checkdepends=()
optdepends=()
provides=('python')