watchman: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:58 +01:00
parent 20abe8d1d2
commit 931dcd68c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'watchman'
pkgname=watchman
version=4.9.0
revision=6
revision=7
build_style=gnu-configure
configure_args="--disable-statedir --enable-lenient"
hostmakedepends="pkg-config automake libtool"
makedepends="pcre-devel libressl-devel"
makedepends="pcre-devel openssl-devel"
short_desc="Watches files and records, or triggers actions, when they change"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"