aboutsummaryrefslogtreecommitdiffstats
path: root/main/libevent
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-04 16:08:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:06 +0000
commit5e28c18da02317b32394d6d3cb95c341a2b5080c (patch)
tree8be196628ecb14c2f4425cf4669a39f0232527b2 /main/libevent
parent6766470aff217971001551f49c24967c636844f8 (diff)
downloadaports-5e28c18da02317b32394d6d3cb95c341a2b5080c.tar.bz2
aports-5e28c18da02317b32394d6d3cb95c341a2b5080c.tar.xz
main/libevent: rebuild against libressl
Diffstat (limited to 'main/libevent')
-rw-r--r--main/libevent/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libevent/APKBUILD b/main/libevent/APKBUILD
index a4538bdccc..0f5e1d5453 100644
--- a/main/libevent/APKBUILD
+++ b/main/libevent/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libevent
pkgver=2.0.22
-pkgrel=0
+pkgrel=1
pkgdesc="An event notification library"
url="http://libevent.org/"
arch="all"
license="BSD"
depends=""
depends_dev="python"
-makedepends="$depends_dev openssl-dev"
+makedepends="$depends_dev libressl-dev"
subpackages="$pkgname-dev"
source="https://github.com/$pkgname/$pkgname/releases/download/release-${pkgver}-stable/$pkgname-${pkgver}-stable.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver-stable