summaryrefslogtreecommitdiff
path: root/core/coreutils
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
commit8bdddf0c9d5b345120c8d2514131623ba1dcb13a (patch)
treec295c03679e64653c44785e6fed1d3e8d0aacabd /core/coreutils
parentef3f5c5ef898f48c463c4dbe28a9367201437f34 (diff)
parentff20b83d60041f745a579e10770706b0b49d5617 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/systemd/PKGBUILD extra/physfs/PKGBUILD
Diffstat (limited to 'core/coreutils')
-rw-r--r--core/coreutils/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index 44ced294f..f11796da2 100644
--- a/core/coreutils/PKGBUILD
+++ b/core/coreutils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 166962 2012-09-23 12:22:15Z tomegun $
+# $Id: PKGBUILD 169689 2012-10-26 01:40:04Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=coreutils
-pkgver=8.19
+pkgver=8.20
pkgrel=1
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ groups=('base')
depends=('glibc' 'pam' 'acl' 'gmp' 'libcap')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('1a01231a2f3ed37c0efc073ccdda9375'
- '7f564749d834397aa67f0f05bacb62d5')
+md5sums=('3d69af8f561fce512538a9fe85f147ff'
+ '7e6076e4e0961d24c38cf8685efca35b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}