From f8d8a901ef1021e9f536d809ee90a21f98c0838a Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Tue, 24 Oct 2017 02:13:13 -0200 Subject: [PATCH] watchman: update to 4.9.0. (#8492) --- srcpkgs/watchman/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"