Skip to content

Commit

Permalink
entr: update to 4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiop-git authored and leahneukirchen committed Oct 5, 2019
1 parent 5a74274 commit 96dde95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 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 <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;;"
Expand Down

0 comments on commit 96dde95

Please sign in to comment.