diff options
Diffstat (limited to 'testing/gatling')
-rw-r--r-- | testing/gatling/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gatling/APKBUILD b/testing/gatling/APKBUILD index c5b0086076..c15239d713 100644 --- a/testing/gatling/APKBUILD +++ b/testing/gatling/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=gatling pkgver=0.15 -pkgrel=3 +pkgrel=4 pkgdesc="High performance web server" url="https://www.fefe.de/gatling/" arch="x86_64 x86 ppc64le" license="GPL-2.0" depends="" depends_dev="" -makedepends="libressl-dev libowfat-dev zlib-dev" +makedepends="openssl-dev libowfat-dev zlib-dev" install="gatling.pre-install" subpackages="$pkgname-doc" source="https://www.fefe.de/$pkgname/$pkgname-$pkgver.tar.xz |