summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*
}