diff --git a/srcpkgs/entr/template b/srcpkgs/entr/template index f6f734af09..cff7bf64a2 100644 --- a/srcpkgs/entr/template +++ b/srcpkgs/entr/template @@ -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 " 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;;"