core/coreutils to 8.32-1

This commit is contained in:
Kevin Mihelich 2020-04-01 23:42:32 +00:00
parent 19bd13dc67
commit 40abadabc0

View file

@ -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,7 +15,7 @@ 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'
sha256sums=('4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa'
'SKIP')
prepare() {
@ -43,7 +43,7 @@ build() {
check() {
cd $pkgname-$pkgver
#make check
make check
}
package() {