diff options
author | piernov <piernov@piernov.servegame.org> | 2012-08-14 22:32:19 +0200 |
---|---|---|
committer | piernov <piernov@piernov.servegame.org> | 2012-08-14 22:32:19 +0200 |
commit | f7f3e3bbfb5ef7003f63b9d08981ba7d09d12ad5 (patch) | |
tree | 021207a9dcf3cb87b522b0320f55b8f16cb5617b | |
parent | 8c6e6f78d81a4d9037b30dde9a8b46ec7e997548 (diff) | |
download | nutyx-pakxe-f7f3e3bbfb5ef7003f63b9d08981ba7d09d12ad5.tar.gz nutyx-pakxe-f7f3e3bbfb5ef7003f63b9d08981ba7d09d12ad5.tar.bz2 nutyx-pakxe-f7f3e3bbfb5ef7003f63b9d08981ba7d09d12ad5.tar.xz nutyx-pakxe-f7f3e3bbfb5ef7003f63b9d08981ba7d09d12ad5.zip |
coreutils 8.18-1 màj port
-rw-r--r-- | coreutils/.md5sum.i686 | 3 | ||||
-rw-r--r-- | coreutils/.md5sum.x86_64 | 3 | ||||
-rwxr-xr-x | coreutils/Pkgfile | 10 |
3 files changed, 7 insertions, 9 deletions
diff --git a/coreutils/.md5sum.i686 b/coreutils/.md5sum.i686 index 979f8fbbb..33abc660c 100644 --- a/coreutils/.md5sum.i686 +++ b/coreutils/.md5sum.i686 @@ -1,2 +1 @@ -481e9b16af57a7ee4f7b663aefc0b662 coreutils-8.17-i18n-1.patch -bbda656ce8ca2c6903948f9faa204ba3 coreutils-8.17.tar.xz +74712fbb0e0dfcb883c90eab91982780 coreutils-8.18.tar.xz diff --git a/coreutils/.md5sum.x86_64 b/coreutils/.md5sum.x86_64 index 979f8fbbb..33abc660c 100644 --- a/coreutils/.md5sum.x86_64 +++ b/coreutils/.md5sum.x86_64 @@ -1,2 +1 @@ -481e9b16af57a7ee4f7b663aefc0b662 coreutils-8.17-i18n-1.patch -bbda656ce8ca2c6903948f9faa204ba3 coreutils-8.17.tar.xz +74712fbb0e0dfcb883c90eab91982780 coreutils-8.18.tar.xz 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 \ |