watchman: rebuild with pcre-config cross wrapper; pkg-config unneeded.

This commit is contained in:
Juan RP 2015-04-13 14:14:48 +02:00
parent 1f2eb30af2
commit f1cf9bc8a5
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'watchman'
pkgname=watchman
version=3.1
revision=1
revision=2
build_pie=yes
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
hostmakedepends="automake libtool"
makedepends="pcre-devel"
short_desc="Watches files and records, or triggers actions, when they change"
maintainer="Juan RP <xtraeme@voidlinux.eu>"