summaryrefslogtreecommitdiffstats
path: root/coreutils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Pkgfile')
-rwxr-xr-xcoreutils/Pkgfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile
index cd0437407..ac61114fe 100755
--- a/coreutils/Pkgfile
+++ b/coreutils/Pkgfile
@@ -4,18 +4,14 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.15
+version=8.16
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
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-1.patch)
+ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch)
build() {
cd $name-$version
- case `uname -m` in
- i?86 | x86_64) patch -Np1 -i ../$name-$version-uname-1.patch ;;
- esac
patch -Np1 -i ../$name-$version-i18n-1.patch
./configure --prefix=/usr \