From 5919e1bf0948fee046af595c4ff8f736a07f7a2f Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 26 Sep 2019 21:02:26 -0300 Subject: [PATCH] community/entr: upgrade to 4.3 --- community/entr/APKBUILD | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/community/entr/APKBUILD b/community/entr/APKBUILD index 7e1002179a7..3160604e4e2 100644 --- a/community/entr/APKBUILD +++ b/community/entr/APKBUILD @@ -1,34 +1,23 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall 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"