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

Orhun Parmaksiz orhun at gemini.archlinux.org
Wed Jan 19 20:02:29 UTC 2022


    Date: Wednesday, January 19, 2022 @ 20:02:29
  Author: orhun
Revision: 1110616

upgpkg: uutils-coreutils 0.0.12-1: upstream release

Modified:
  uutils-coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 20:02:09 UTC (rev 1110615)
+++ PKGBUILD	2022-01-19 20:02:29 UTC (rev 1110616)
@@ -4,7 +4,7 @@
 
 _pkgname=coreutils
 pkgname=uutils-$_pkgname
-pkgver=0.0.9
+pkgver=0.0.12
 pkgrel=1
 pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
 arch=('x86_64')
@@ -13,10 +13,8 @@
 depends=('glibc' 'gcc-libs')
 makedepends=('rust' 'cargo' 'python-sphinx')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-        "stdbuf-dep.patch::$url/commit/c5e2515833f8eefc12fe65f0a3ffba7cbfea0ff9.patch"
         tests.patch)
-sha512sums=('b99f052d8e250a0c350e2e87c642b3c70ec07973f5795a21d79d02b5df7a098236bbfe42397ec78ebd14ed4d5feed83b7b0a6d6f7d9416120fa54df78c4a7ac8'
-            '10a5a149221b4a9a0c78555526033c00e4ba1923acdf97982281007eaf4b8f7469b968cf9e4a659e4cb5dcc8ac6885bcb1c212ad8d81e6011e61e9b8d5ad052c'
+sha512sums=('9c78c1ffe8495e95ddb07ce104f68e48dc7ed0d5c156f9095a579b4a27fafbded276314b2a3a239dac693aa0e9bde9bfda6513dcf30ddb17c1925cea27a4578f'
             '1a84aefb95cf6d4ae7582948c5ab3c357269dcd5b2261006b006f7a1b37d3d2a336c47479ab98a390661ee376b9813408af849a91ba0f2bd2493c6a680e07f2a')
 options=('!lto')
 
@@ -24,7 +22,6 @@
   cd $_pkgname-$pkgver
   sed 's|"bin"|"builduser"|g' -i tests/by-util/test_{chgrp,chown}.rs
   patch -Np1 < ../tests.patch
-  patch -Np1 < ../stdbuf-dep.patch
 }
 
 build() {



More information about the arch-commits mailing list