diff options
-rw-r--r-- | testing/polygraph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/polygraph/APKBUILD b/testing/polygraph/APKBUILD index 5f199807e7..7f6737e820 100644 --- a/testing/polygraph/APKBUILD +++ b/testing/polygraph/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=polygraph pkgver=4.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Performance testing tool for Web intermediaries" url="http://www.web-polygraph.org" arch="all" license="Apache2" -depends= +depends="zlib-dev" depends_dev= makedepends="$depends_dev" install= |