diff options
Diffstat (limited to 'system/findutils/APKBUILD')
-rw-r--r-- | system/findutils/APKBUILD | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/system/findutils/APKBUILD b/system/findutils/APKBUILD index 05a9d955a..70fce5e9d 100644 --- a/system/findutils/APKBUILD +++ b/system/findutils/APKBUILD @@ -1,19 +1,18 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> # Contributor: Michael Mason <ms13sp@gmail.com> -# Maintainer: +# Maintainer: Zach van Rijn <me@zv.io> pkgname=findutils -pkgver=4.6.0 -pkgrel=2 -pkgdesc="GNU utilities for finding files" +pkgver=4.9.0 +pkgrel=0 +pkgdesc="GNU utilities to locate files" url="https://www.gnu.org/software/findutils/" arch="all" license="GPL-3.0+" depends="" -makedepends="" checkdepends="coreutils diffutils dejagnu" +makedepends="" subpackages="$pkgname-doc $pkgname-lang" -source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz - localename-test-fix.patch +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz gnulib-tests-dont-require-gpg-passphrase.patch sysmacros.patch " @@ -31,6 +30,9 @@ build() { } check() { + sed -i Makefile \ + -e '\@tests/xargs/verbose-quote.sh@d' \ + ; make check } @@ -39,7 +41,6 @@ package() { rm -rf "$pkgdir"/usr/lib } -sha512sums="41fcd4197c1efbd77f7420e5754e2cf9332dfef19f90c65a8fa1844bb4bc5d529c8393ee0ff979a054e9ac65ff71d7fe3921ea079f9960843412fc9a71f8afd4 findutils-4.6.0.tar.gz -39fc0bc7602dd5300cf0b5488a7d14b6d00e05fedd6067ff45a229e65ff020d0003c0bb8e43807d9874afeb39c1dae6d612182caeb7de76156e1bc6ceb50adfc localename-test-fix.patch -96351821572bee9e23760568b5a9f326c8727b6904a8b9f6fc8e5b8e14b42265c632cea09a913db830844f3015f91a03b9c4dd72862f40a3c3814556497434e2 gnulib-tests-dont-require-gpg-passphrase.patch +sha512sums="ba4844f4403de0148ad14b46a3dbefd5a721f6257c864bf41a6789b11705408524751c627420b15a52af95564d8e5b52f0978474f640a62ab86a41d20cf14be9 findutils-4.9.0.tar.xz +dc7e9c4fdd36d05ca230e3456a8005a5fcd353db07181e0d17ab66db4eb967e6bdfe3b6f1da0edbb38e973fea89ae174ea31e6839f59d3084b15f08de363f139 gnulib-tests-dont-require-gpg-passphrase.patch 2e214511de4be47dc0df46a83d4102e4b59b5f02c4b8356a1ed0b26d481e17c6604bbf07071960f219ef85e1687878cce69a8be28c46638ee4ebe9f4ce0ed487 sysmacros.patch" |