From 40abadabc0f4a28c973f7568b0a614aab07ef006 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 1 Apr 2020 23:42:32 +0000 Subject: [PATCH] core/coreutils to 8.32-1 --- core/coreutils/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index 102220e4f..36e70d38a 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -6,8 +6,8 @@ # no changes, hold for builder updates pkgname=coreutils -pkgver=8.31 -pkgrel=3 +pkgver=8.32 +pkgrel=1 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('x86_64') license=('GPL3') @@ -15,8 +15,8 @@ url='https://www.gnu.org/software/coreutils/' depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl') source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady -md5sums=('0009a224d8e288e8ec406ef0161f9293' - 'SKIP') +sha256sums=('4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa' + 'SKIP') prepare() { cd $pkgname-$pkgver @@ -43,7 +43,7 @@ build() { check() { cd $pkgname-$pkgver - #make check + make check } package() {