diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-07 15:55:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:40 +0000 |
commit | f98c1b802edcac1ae678a4484b6771cacb0d820a (patch) | |
tree | a80ca41619cbab56957c03833f8bc850650fd902 /community | |
parent | 70474f26e851b33cb84764c2ec4d77a857336a8f (diff) | |
download | aports-f98c1b802edcac1ae678a4484b6771cacb0d820a.tar.bz2 aports-f98c1b802edcac1ae678a4484b6771cacb0d820a.tar.xz |
community/libevhtp: rebuild against libressl
Diffstat (limited to 'community')
-rw-r--r-- | community/libevhtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libevhtp/APKBUILD b/community/libevhtp/APKBUILD index 21b12898a3..78db22858d 100644 --- a/community/libevhtp/APKBUILD +++ b/community/libevhtp/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libevhtp pkgver=1.2.11n -pkgrel=0 +pkgrel=1 pkgdesc="Flexible replacement for libevent's httpd API" url="https://github.com/ellzey/libevhtp/" arch="all" license="BSD" -makedepends="cmake libevent-dev openssl-dev" +makedepends="cmake libevent-dev libressl-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/ellzey/libevhtp/archive/${pkgver}.tar.gz" subpackages="$pkgname-dev" |