diff options
Diffstat (limited to 'community/wrk')
-rw-r--r-- | community/wrk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index 76b7edff01..38e1a53910 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=wrk pkgver=4.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 @@ -11,7 +11,7 @@ arch="x86_64" license="ASL 2.0" depends="" depends_dev="" -makedepends="openssl-dev" +makedepends="libressl-dev" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/wg/wrk/archive/$pkgver.tar.gz" |