diff options
-rw-r--r-- | community/wrk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index cd57047030..9948264570 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -11,7 +11,7 @@ arch="x86_64" license="ASL 2.0" depends="" depends_dev="" -options="!check" +options="!check" # upstream does not provide tests makedepends="libressl-dev perl-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/wg/wrk/archive/$pkgver.tar.gz" |