aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/librdkafka/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/librdkafka/APKBUILD b/testing/librdkafka/APKBUILD
index 16830f56e6..7774a25960 100644
--- a/testing/librdkafka/APKBUILD
+++ b/testing/librdkafka/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Bennett Goble <nivardus@gmail.com>
pkgname=librdkafka
pkgver=0.9.1
-pkgrel=0
+pkgrel=1
pkgdesc="The Apache Kafka C/C++ library"
url="https://github.com/edenhill/librdkafka"
arch="all"
license="BSD"
depends=""
depends_dev=""
-makedepends="$depends_dev openssl-dev python zlib-dev bash"
+makedepends="$depends_dev libressl-dev python zlib-dev bash"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/edenhill/$pkgname/archive/$pkgver.tar.gz"