diff --git a/srcpkgs/watchman/template b/srcpkgs/watchman/template index bb7de0da2ff..3b8117ac55d 100644 --- a/srcpkgs/watchman/template +++ b/srcpkgs/watchman/template @@ -1,17 +1,17 @@ # Template file for 'watchman' pkgname=watchman -version=4.7.0 +version=4.9.0 revision=1 build_style=gnu-configure configure_args="--disable-statedir --disable-lenient" -hostmakedepends="automake libtool" -makedepends="pcre-devel" +hostmakedepends="pkg-config automake libtool" +makedepends="pcre-devel libressl-devel" short_desc="Watches files and records, or triggers actions, when they change" maintainer="Juan RP " license="Apache-2.0" homepage="https://facebook.github.io/watchman/" distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz" -checksum=77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf +checksum=1f6402dc70b1d056fffc3748f2fdcecff730d8843bb6936de395b3443ce05322 CFLAGS="-Wno-error"