From fdfee59a8923712c5c5c1d60af93d92ff570b4b0 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 26 Jul 2020 17:51:00 +0200 Subject: [PATCH] PKGBUILD replaces bashrc-manjaro --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index da25192..f7d164f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -121,7 +121,9 @@ package_bashrc-mabox() { arch=('any') backup=('etc/bash.bashrc' 'etc/skel/.bashrc') depends=('bash') - provides=('bashrc') + replaces=('bashrc-manjaro') + conflicts=('bashrc-manjaro') + provides=('bashrc' 'bashrc-manjaro') install -Dm644 system.bashrc "$pkgdir"/etc/bash.bashrc install -Dm644 dot.bashrc "$pkgdir"/etc/skel/.bashrc }