libevent: rebuild against OpenSSL
This commit is contained in:
parent
7128bb591f
commit
ca40e8f096
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libevent'
|
||||
pkgname=libevent
|
||||
version=2.1.12
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-stable"
|
||||
build_style=gnu-configure
|
||||
makedepends="libressl-devel"
|
||||
makedepends="openssl-devel"
|
||||
short_desc="Abstract asynchronous event notification library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue