summaryrefslogtreecommitdiffstats
path: root/coreutils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Pkgfile')
-rwxr-xr-xcoreutils/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile
index 23a4fd306..8c1670c69 100755
--- a/coreutils/Pkgfile
+++ b/coreutils/Pkgfile
@@ -4,15 +4,15 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.17
-release=2
-source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch)
+version=8.18
+release=1
+source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz)
+# http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch)
build() {
cd $name-$version
- patch -Np1 -i ../$name-$version-i18n-1.patch
+# patch -Np1 -i ../$name-$version-i18n-1.patch
FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
--libexecdir=/usr/lib \