mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/coreutils to 8.31-1
This commit is contained in:
parent
6d382fc9c6
commit
a7e98d0e06
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Sébastien "Seblu" Luttringer
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Allan McRae <allan@archlinux.org>
|
||||
|
@ -7,7 +6,7 @@
|
|||
# no changes, hold for builder updates
|
||||
|
||||
pkgname=coreutils
|
||||
pkgver=8.30
|
||||
pkgver=8.31
|
||||
pkgrel=1
|
||||
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system'
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +16,7 @@ groups=('base')
|
|||
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=('ab06d68949758971fe744db66b572816'
|
||||
md5sums=('0009a224d8e288e8ec406ef0161f9293'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue