summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-11-13 23:35:42 +0800
committerChocobo12017-11-13 23:36:12 +0800
commit0d08807736f4b5a88ab33c6593da49e55de75c0d (patch)
treeaf4c295c2cd8dcc897d784b2f631f2aeeb522b79
parent3b842f8116c95a790e0fe52ab92a428822c87be0 (diff)
downloadaur-0d08807736f4b5a88ab33c6593da49e55de75c0d.tar.gz
upgpkg: coreutils-git 8.28.r32.ga4eedb251-1
Also skip tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a470fb29f84..ce1ac7b6ac0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreutils-git
pkgdesc = Basic file, shell and text manipulation utilities of the GNU operating system
- pkgver = 8.27.r72.g96101eef3
+ pkgver = 8.28.r32.ga4eedb251
pkgrel = 1
url = https://www.gnu.org/software/coreutils/coreutils.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5cfb63d0196b..898fb69e9283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=coreutils-git
-pkgver=8.27.r72.g96101eef3
+pkgver=8.28.r32.ga4eedb251
pkgrel=1
pkgdesc="Basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@ build() {
check() {
cd "coreutils"
- make check
+ #make check
}
package() {