summaryrefslogtreecommitdiff
path: root/core/coreutils/Pkgfile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/coreutils/Pkgfile.patch')
-rw-r--r--core/coreutils/Pkgfile.patch31
1 files changed, 15 insertions, 16 deletions
diff --git a/core/coreutils/Pkgfile.patch b/core/coreutils/Pkgfile.patch
index ab56def..9396a74 100644
--- a/core/coreutils/Pkgfile.patch
+++ b/core/coreutils/Pkgfile.patch
@@ -1,20 +1,19 @@
---- Pkgfile 2016-01-21 19:54:43.219280408 +0100
-+++ Pkgfile 2016-10-05 21:31:50.026261183 +0200
-@@ -7,12 +7,16 @@
- version=8.27
+--- Pkgfile 2022-04-25 20:51:04.460709414 +0200
++++ Pkgfile 2022-04-25 20:53:04.800488403 +0200
+@@ -6,11 +6,15 @@
+ name=coreutils
+ version=9.1
release=1
- source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz
-- coreutils-uname.patch)
-+ coreutils-shred.patch
-+ coreutils-uname.patch
-+ coreutils-uniq.patch)
+-source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
++source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz
++ coreutils-shred.patch
++ coreutils-uniq.patch)
build() {
- cd $name-$version
+ cd $name-$version
-+ patch -p1 -i $SRC/coreutils-shred.patch
- patch -p1 -i $SRC/coreutils-uname.patch
-+ patch -p1 -i $SRC/coreutils-uniq.patch
- export FORCE_UNSAFE_CONFIGURE=1
-
- ./configure --prefix=/usr \
++ patch -p1 -i $SRC/coreutils-shred.patch
++ patch -p1 -i $SRC/coreutils-uniq.patch
+ FORCE_UNSAFE_CONFIGURE=1 \
+ ./configure \
+ --prefix=/usr \