mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/entr: upgrade to 3.8
This commit is contained in:
parent
8b7a9ea507
commit
8569731b43
@ -1,7 +1,7 @@
|
||||
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
pkgname=entr
|
||||
pkgver=3.7
|
||||
pkgver=3.8
|
||||
pkgrel=0
|
||||
pkgdesc="Event Notify Test Runner: Run arbitrary commands when files change"
|
||||
url="http://entrproject.org"
|
||||
@ -9,9 +9,8 @@ arch="all"
|
||||
license="ISC BSD"
|
||||
subpackages="$pkgname-doc"
|
||||
makedepends="vim mercurial file util-linux"
|
||||
checkdepends="bash"
|
||||
checkdepends="bash tmux"
|
||||
source="http://entrproject.org/code/$pkgname-$pkgver.tar.gz
|
||||
fix-tests.patch
|
||||
"
|
||||
builddir="$srcdir/eradman-$pkgname"
|
||||
|
||||
@ -39,5 +38,4 @@ check() {
|
||||
make regress
|
||||
}
|
||||
|
||||
sha512sums="a1687ec2da99f65fba3f668e41345ba76cb8c87cc2343d98c0dcc0ac0dedeb40cd8b5fd9aa3eba1dee8add94585de939864633bf0020cea1043699019dfa15fe entr-3.7.tar.gz
|
||||
76ff681ba95fd373f3fe466e1e63fdabf97e16bfe054710b86f7f76c69c45f3fc84ecbf940fa8603740093817e39b35d0af2c3fef1a66a2eed1c3ef442dd207f fix-tests.patch"
|
||||
sha512sums="8530a40eefc78571f3a2ab09f63d25d880167ec2d76e0c32fb25dce40e22b3f9f3b5f27874c1b95480206628e314298f001a4c0b487485ac88f2996002b41a2a entr-3.8.tar.gz"
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
--- eradman-entr-c5b62bde107d/system_test.sh
|
||||
+++ eradman-entr-c5b62bde107d/system_test.sh.new
|
||||
@@ -304,7 +304,7 @@
|
||||
kill -INT $bgpid
|
||||
wait $bgpid || assert "$?" "130"
|
||||
assert "$(cat $tmp/exec.err)" ""
|
||||
- assert "$(cat $tmp/exec.out)" "$(printf ${tmp}'/file2: ASCII text')"
|
||||
+ assert "$(head -n1 $tmp/exec.out)" "$(printf ${tmp}'/file2: ASCII text')"
|
||||
|
||||
# extra slow tests that rely on timeouts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user