entr: update to 4.3.

This commit is contained in:
Anthony Iliopoulos 2019-10-05 19:43:25 +02:00 committed by Leah Neukirchen
parent 5a742749cd
commit 96dde9509f

View file

@ -1,17 +1,16 @@
# Template file for 'entr'
pkgname=entr
version=4.2
version=4.3
revision=1
build_style=gnu-makefile
short_desc="A utility for running arbitrary commands when files change"
short_desc="Utility for running arbitrary commands when files change"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="ISC"
homepage="http://entrproject.org"
distfiles="$homepage/code/$pkgname-$version.tar.gz"
checksum=27300215df0aab8b773002da25c7bf60681d8c392f5d5702946c46798e9b5d70
checksum=b081c1dbdac7723e91f6d528a0d736f90cb2fb1458888aa3b446699d9d26235a
post_extract() {
mv ${XBPS_BUILDDIR}/eradman-entr-* $wrksrc
case "$XBPS_TARGET_MACHINE" in
*-musl) # No need for _LINUX_PORT compat.h and strlcpy.c
sed -i $wrksrc/Makefile.linux -e "s;-D_LINUX_PORT;;"