diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 08:57:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:53 +0000 |
commit | fa715ed202e35565aa018c2d88c7ff65b10f0a8b (patch) | |
tree | 8e59515965879453781271201a29f70923f44f70 | |
parent | 6022dea55d0f4932aceec5e2f7d16232272e07fb (diff) | |
download | aports-fa715ed202e35565aa018c2d88c7ff65b10f0a8b.tar.bz2 aports-fa715ed202e35565aa018c2d88c7ff65b10f0a8b.tar.xz |
testing/rabbitmq-c: rebuild against libressl
-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 |