[arch-commits] Commit in uutils-coreutils/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Apr 10 15:59:59 UTC 2022


    Date: Sunday, April 10, 2022 @ 15:59:58
  Author: orhun
Revision: 1185741

upgpkg: uutils-coreutils 0.0.13-2: Use multicall binary (fixes FS#74413)

Modified:
  uutils-coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-10 15:41:03 UTC (rev 1185740)
+++ PKGBUILD	2022-04-10 15:59:58 UTC (rev 1185741)
@@ -5,7 +5,7 @@
 _pkgname=coreutils
 pkgname=uutils-$_pkgname
 pkgver=0.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
 arch=('x86_64')
 url='https://github.com/uutils/coreutils'
@@ -50,7 +50,8 @@
       PREFIX=/usr \
       MANDIR=/share/man/man1 \
       PROG_PREFIX=uu- \
-      PROFILE=release
+      PROFILE=release \
+      MULTICALL=y
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list