Date: Friday, February 7, 2020 @ 14:13:25 Author: dvzrv Revision: 374974
upgpkg: numactl 2.0.13-2: Updating maintainer info. Replacing makepkg-internal print functionality with echo. Modified: numactl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-07 13:24:12 UTC (rev 374973) +++ PKGBUILD 2020-02-07 14:13:25 UTC (rev 374974) @@ -1,10 +1,10 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> # Contributor: Dan McGee <[email protected]> # Contributor: Florian Zeitz <florob at babelmonkeys dot de> pkgname=numactl pkgver=2.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Simple NUMA policy support" arch=('x86_64') url="http://oss.sgi.com/projects/libnuma/" @@ -27,7 +27,7 @@ check() { cd "${pkgname}-${pkgver}" - make -k test || msg "Tests known to fail depending on system load." + make -k test || echo "Tests known to fail depending on system load." } package() {
