Date: Friday, April 21, 2023 @ 18:44:45
Author: orhun
Revision: 1448186
upgpkg: uutils-coreutils 0.0.18-1: upstream release
Modified:
uutils-coreutils/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-21 18:34:30 UTC (rev 1448185)
+++ PKGBUILD 2023-04-21 18:44:45 UTC (rev 1448186)
@@ -4,7 +4,7 @@
_pkgname=coreutils
pkgname=uutils-$_pkgname
-pkgver=0.0.17
+pkgver=0.0.18
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=('41a7a6350bfcae4a90b07989e4eca371188ef3f61d253f7c3ad61777282b49efa9b52e433e40a38952a1662f1c8bbf3ec1c14cdb29e53b0a2e91c019828e714c')
+sha512sums=('307f84ab58694f8216890a1755867d4b863a3722c593f7bdb6af2d6186f3464b3ed62c59a4a7dd703a8ff659a4d95c11a532b4f1fa8f107b8671394920bfa279')
options=('!lto')
prepare() {
@@ -30,8 +30,6 @@
check() {
cd $_pkgname-$pkgver
- # https://github.com/uutils/coreutils/issues/4288
- RUSTFLAGS="--cfg unsound_local_offset"
make test \
PROFILE=release \
CARGOFLAGS=--release \