diff options
author | root <root@rshg054.dnsready.net> | 2011-10-15 23:14:29 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-15 23:14:29 +0000 |
commit | 8fd7bc607a8e4b26853b4263153a736767b163cd (patch) | |
tree | 0ce4c6dc95dd97a16e544cc72db4e90973588f4c /core/coreutils | |
parent | 4232b74445f80f4175c1485a53a02c79b37a63f1 (diff) |
Sat Oct 15 23:14:29 UTC 2011
Diffstat (limited to 'core/coreutils')
-rw-r--r-- | core/coreutils/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index 0cdca9fd1..ee8569c22 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 137787 2011-09-11 01:35:08Z allan $ +# $Id: PKGBUILD 140430 2011-10-14 06:04:29Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=coreutils -pkgver=8.13 -pkgrel=2 +pkgver=8.14 +pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system" arch=('i686' 'x86_64') license=('GPL3') @@ -15,11 +15,12 @@ replaces=('mktemp') backup=('etc/pam.d/su') install=${pkgname}.install options=('!emptydirs') -source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz +source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} coreutils-uname.patch coreutils-pam.patch su.pam) -md5sums=('8e1675c6c336ff55557c698706a63d6c' +md5sums=('bcb135ce553493a45aba01b39eb3920a' + '279712f9afc954beaff0d99194c8f462' 'c4fcca138b6abf6d443d48a6f0cd8833' 'aad79a2aa6d566c375d7bdd1b0767278' 'fa85e5cce5d723275b14365ba71a8aad') |