summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Jensch2023-08-04 20:16:56 +0200
committerNico Jensch2023-08-04 20:16:56 +0200
commit6c46f4f599209dc935c3690cb7c996a3bb2a364f (patch)
treeddc40542447f8c221966d61429276d7dcef4afd8
parent94ddbdbbd6011f30637ed7c5f0ab5c3bab5e4c95 (diff)
downloadaur-6c46f4f599209dc935c3690cb7c996a3bb2a364f.tar.gz
Remove file conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88749874d73a..44f17c9efd84 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 = 9.1_0.0.20
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a93ad2a4f05d..be43005c8921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ __pkgname=uutils-coreutils
pkgver=9.1_0.0.20
_pkgver=9.1
__pkgver=0.0.20
-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')
@@ -67,4 +67,5 @@ package() {
rm groups hostname kill more uptime
rm $pkgdir/usr/share/bash-completion/completions/*
+ rm $pkgdir/usr/share/man/man1/{groups.1,hostname.1,kill.1,more.1,uptime.1}
}