Date: Sunday, December 15, 2013 @ 07:46:06 Author: allan Revision: 201562
upgpkg: coreutils 8.22-1 upstream update Modified: coreutils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-15 06:41:57 UTC (rev 201561) +++ PKGBUILD 2013-12-15 06:46:06 UTC (rev 201562) @@ -3,8 +3,8 @@ # Contributor: judd <[email protected]> pkgname=coreutils -pkgver=8.21 -pkgrel=2 +pkgver=8.22 +pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system" arch=('i686' 'x86_64') license=('GPL3') @@ -13,7 +13,7 @@ depends=('glibc' 'pam' 'acl' 'gmp' 'libcap') install=${pkgname}.install source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -md5sums=('065ba41828644eca5dd8163446de5d64' +md5sums=('8fb0ae2267aa6e728958adc38f8163a2' 'SKIP') build() {
