summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f00aeca89e4..bd70fece5ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bash-git
pkgver=5.1_r171.gce237286
-pkgrel=1
+pkgrel=2
pkgdesc='The GNU Bourne Again shell'
arch=($CARCH)
license=(GPL)
@@ -12,7 +12,8 @@ backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
depends=(readline libreadline.so glibc ncurses)
makedepends=(git)
optdepends=('bash-completion: for tab completion')
-provides=('sh')
+conflicts=(${pkgname%-git})
+provides=(sh ${pkgname%-git})
source=(git+https://git.savannah.gnu.org/git/bash.git
dot.bashrc
dot.bash_profile