Date: Saturday, January 21, 2023 @ 14:59:58
  Author: orhun
Revision: 1387333

upgpkg: uutils-coreutils 0.0.17-1: upstream release

Modified:
  uutils-coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 14:55:12 UTC (rev 1387332)
+++ PKGBUILD    2023-01-21 14:59:58 UTC (rev 1387333)
@@ -4,7 +4,7 @@
 
 _pkgname=coreutils
 pkgname=uutils-$_pkgname
-pkgver=0.0.16
+pkgver=0.0.17
 pkgrel=1
 pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'gcc-libs')
 makedepends=('rust' 'cargo' 'python-sphinx')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('069ef7ba7a725b12f99e890008e4fffd0d25e4a00d031e686cc9435e5b89dbebcd496d04b4e1864f01120ece66a6e939e7c9a9d1396e88c5276d6b5b6bb9d626')
+sha512sums=('41a7a6350bfcae4a90b07989e4eca371188ef3f61d253f7c3ad61777282b49efa9b52e433e40a38952a1662f1c8bbf3ec1c14cdb29e53b0a2e91c019828e714c')
 options=('!lto')
 
 prepare() {
@@ -30,6 +30,8 @@
 check() {
   cd $_pkgname-$pkgver
 
+  # https://github.com/uutils/coreutils/issues/4288
+  RUSTFLAGS="--cfg unsound_local_offset"
   make test \
       PROFILE=release \
       CARGOFLAGS=--release \

Reply via email to