summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordr460nf1r32021-07-11 17:59:06 +0200
committerdr460nf1r32021-07-11 17:59:06 +0200
commitbe95e8f8bf615ce02f156a9b20745f1950c6b6ea (patch)
tree0dc4dc227f60d8e5a266a808b39088975bdb7ce8 /PKGBUILD
parentcfb50cbf29e2496965ec70e18c14e2d0c8f9a086 (diff)
downloadaur-be95e8f8bf615ce02f156a9b20745f1950c6b6ea.tar.gz
Solve conflict with bash-completions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcd84ca75834..0ef76db57fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ __pkgname=uutils-coreutils
pkgver=8.32_0.0.7
_pkgver=8.32
__pkgver=0.0.7
-pkgrel=1
+pkgrel=2
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')
@@ -54,4 +54,6 @@ package() {
# Clean conflicts, Arch ships these in other apps
cd $pkgdir/usr/bin
rm groups hostname kill more uptime
+
+ rm $pkgdir/usr/share/bash-completion/completions/*
}