summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-03-23 09:18:36 +0100
committerdr460nf1r32021-03-23 09:18:36 +0100
commit579264a8bde98d67cac4e8e80af1c90e41dbaf05 (patch)
treeb046c6643250a41bfd66ad5c76bfc366d15ba5fa
parent28c72bfd1a7076f2f90845e89c017213933e0cbf (diff)
downloadaur-579264a8bde98d67cac4e8e80af1c90e41dbaf05.tar.gz
Exclude echo due to bugs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1da3aa8bc3d..44d5fc66e45a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coreutils-hybrid
pkgdesc = GNU coreutils / uutils-coreutils hybrid package. Uses stable uutils programs mixed with GNU counterparts if uutils counterpart is unfinished / buggy
pkgver = 8.32_0.0.4
- pkgrel = 6
+ pkgrel = 7
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3eea37881a28..6b1985663d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ __pkgname=uutils-coreutils
pkgver=8.32_0.0.4
_pkgver=8.32
__pkgver=0.0.4
-pkgrel=6
+pkgrel=7
pkgdesc='GNU coreutils / uutils-coreutils hybrid package. Uses stable uutils programs mixed with GNU counterparts if uutils counterpart is unfinished / buggy'
arch=('x86_64')
license=('GPL3' 'MIT')
@@ -28,13 +28,13 @@ sha512sums=('1c8f3584efd61b4b02e7ac5db8e103b63cfb2063432caaf1e64cb2dcc56d8c657d1
'5d5719a0362a20c3a5ee85683c436a1bfcf5b8bf922ebe60c58f620b93d3bdf67c658a987cb8281b160442bd98cb7b4b00bacd9e3814d1b0ae3b6dd1cd43ec83')
build() {
- # Build GNU coreutils without the stable uutils programs counterparts leaving out: stat, touch, tr (issue 1817), realpath (genfstab broken)
+ # Build GNU coreutils without the stable uutils programs counterparts leaving out: stat, touch, tr (issue 1817), realpath (genfstab broken), echo (fim package failing to compaile)
cd $_pkgname-$_pkgver
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-openssl \
- --enable-no-install-program="groups,hostname,kill,uptime,arch,base32,base64,basename,cat,chgrp,chmod,chown,chroot,cksum,comm,csplit,cut,dircolors,dirname,du,echo,env,expand,factor,false,fmt,fold,groups,head,hostid,hostname,id,kill,link,ln,logname,mkdir,mkfifo,mknod,mktemp,mv,nice,nl,nohup,nproc,paste,pathk,pinky,printenv,ptx,pwd,readlink,relpath,rm,rmdir,seq,shred,shuf,sleep,stdbuf,sum,sync,tac,tee,timeout,true,truncate,tsort,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes"
+ --enable-no-install-program="groups,hostname,kill,uptime,arch,base32,base64,basename,cat,chgrp,chmod,chown,chroot,cksum,comm,csplit,cut,dircolors,dirname,du,env,expand,factor,false,fmt,fold,groups,head,hostid,hostname,id,kill,link,ln,logname,mkdir,mkfifo,mknod,mktemp,mv,nice,nl,nohup,nproc,paste,pathk,pinky,printenv,ptx,pwd,readlink,relpath,rm,rmdir,seq,shred,shuf,sleep,stdbuf,sum,sync,tac,tee,timeout,true,truncate,tsort,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes"
}
package() {