summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-07-11 17:59:06 +0200
committerdr460nf1r32021-07-11 17:59:06 +0200
commitbe95e8f8bf615ce02f156a9b20745f1950c6b6ea (patch)
tree0dc4dc227f60d8e5a266a808b39088975bdb7ce8
parentcfb50cbf29e2496965ec70e18c14e2d0c8f9a086 (diff)
downloadaur-be95e8f8bf615ce02f156a9b20745f1950c6b6ea.tar.gz
Solve conflict with bash-completions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 692fd88785aa..7575fddb62c5 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.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL3
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/*
}