summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron France2016-02-04 10:14:49 +0100
committerAaron France2016-02-04 10:14:49 +0100
commitd233c01545a9bdc3f26b09a6e53c97586ff300e6 (patch)
tree0c17fd4d95b00e3b51c507e54d92969b114c6cf4 /PKGBUILD
parentf21ac6b003b67a75cf5ec2cb88c8d637aa27f18d (diff)
downloadaur-d233c01545a9bdc3f26b09a6e53c97586ff300e6.tar.gz
Add cppunit to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9baa40be191b..e934111747d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="libzookeeper"
arch=('i686' 'x86_64')
url="https://github.com/apache/zookeeper"
license=('Apache')
-makedepends=(apache-ant autoconf)
+makedepends=(apache-ant autoconf cppunit)
checkdepends=()
optdepends=()
provides=(libzookeper)