community/entr: upgrade to 4.3

This commit is contained in:
Leo 2019-09-26 21:02:26 -03:00
parent 361c9dce42
commit 5919e1bf09

View File

@ -1,34 +1,23 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=entr
pkgver=4.2
pkgver=4.3
pkgrel=0
pkgdesc="Event Notify Test Runner: Run arbitrary commands when files change"
url="http://entrproject.org"
arch="all"
license="ISC BSD"
license="ISC"
subpackages="$pkgname-doc"
makedepends="vim mercurial file util-linux"
checkdepends="bash tmux"
source="http://entrproject.org/code/$pkgname-$pkgver.tar.gz
"
builddir="$srcdir/eradman-$pkgname"
unpack() {
default_unpack
# Top-level directory inside the tar archive contains SHA of a commit...
mv "$srcdir"/eradman-$pkgname-* "$builddir"
}
source="http://entrproject.org/code/entr-$pkgver.tar.gz"
build() {
cd "$builddir"
./configure
make
}
check() {
cd "$builddir"
make test
# FIXME: The tmux invocation in the functional tests blocks the builders
@ -36,8 +25,7 @@ check() {
}
package() {
cd "$builddir"
PREFIX="$pkgdir/usr" make install
}
sha512sums="67fc4eea415a5deffb59b493f17aa577746217c2cda6b5645d22541be6cc10ed949bb6e37bd46bc6e5cfd951f7ff611eb927be6f5d43db381437d3d1eb6f7968 entr-4.2.tar.gz"
sha512sums="f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902 entr-4.3.tar.gz"