mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/coreutils to 8.32-1
This commit is contained in:
parent
19bd13dc67
commit
40abadabc0
1 changed files with 5 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue