Date: Friday, October 23, 2020 @ 20:34:29 Author: foxboron Revision: 730832
Todo List: Removed makepkg subroutine Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-23 20:33:55 UTC (rev 730831) +++ PKGBUILD 2020-10-23 20:34:29 UTC (rev 730832) @@ -32,7 +32,7 @@ cd $pkgname-$pkgver # https://github.com/aria2/aria2/issues/1476 # Upstream states "I don't see any issues with aria2 code." - make check || warning "Ignoring test failures" + make check || echo "Ignoring test failures" } package() {
