diff options
-rw-r--r-- | testing/rabbitmq-c/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rabbitmq-c/APKBUILD b/testing/rabbitmq-c/APKBUILD index 20e7ec6b86..12877f627d 100644 --- a/testing/rabbitmq-c/APKBUILD +++ b/testing/rabbitmq-c/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=rabbitmq-c pkgver=0.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="RabbitMQ C client" url="https://github.com/alanxz/rabbitmq-c" arch="all" license="MIT" -depends_dev="openssl-dev popt-dev" +depends_dev="libressl-dev popt-dev" makedepends="$depends_dev cmake xmlto doxygen" subpackages="$pkgname-utils $pkgname-doc $pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/alanxz/$pkgname/archive/v$pkgver.tar.gz |