watchman: update to 4.7.0.

Not broken when I build for armv7 and i686
This commit is contained in:
Toyam Cox 2016-09-11 06:55:37 -04:00
parent 33a1190037
commit 9c57fe1315

View file

@ -1,6 +1,6 @@
# Template file for 'watchman'
pkgname=watchman
version=4.6.0
version=4.7.0
revision=1
build_style=gnu-configure
configure_args="--disable-statedir"
@ -11,13 +11,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="https://facebook.github.io/watchman/"
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
checksum=3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126
checksum=77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf
case "$XBPS_TARGET_MACHINE" in
x86_64*) ;;
*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/24343/steps/shell_3/logs/stdio" ;;
esac
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}