summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-10-26 11:13:08 +0200
committerJuergen Daubert <jue@jue.li>2012-10-26 11:13:08 +0200
commitdb2f9c3cf9642414fc340d855ff0506fecc546e8 (patch)
tree442fcd2ef3d9660e5b014d75261401d118cef229
parentc747795580766f9548dd60d81a7f5e268dcd0784 (diff)
downloadcore-2.7.tar.gz
core-2.7.tar.xz
coreutils: update to 8.202.7
-rw-r--r--coreutils/.md5sum2
-rw-r--r--coreutils/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/.md5sum b/coreutils/.md5sum
index 1a8d96d3..f8bdcdfa 100644
--- a/coreutils/.md5sum
+++ b/coreutils/.md5sum
@@ -1,2 +1,2 @@
-1a01231a2f3ed37c0efc073ccdda9375 coreutils-8.19.tar.xz
+3d69af8f561fce512538a9fe85f147ff coreutils-8.20.tar.xz
e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile
index 25692946..03a3fe58 100644
--- a/coreutils/Pkgfile
+++ b/coreutils/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: libgmp acl libcap
name=coreutils
-version=8.19
+version=8.20
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
coreutils-uname.patch)
@@ -21,7 +21,7 @@ build() {
--disable-nls \
--disable-assert \
--enable-no-install-program=uptime,kill,chcon,runcon,groups
- make
+ make -j1
make DESTDIR=$PKG install
mkdir $PKG/bin

Generated by cgit