summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 082ec3d4dc5f..f3a6a54d7570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
depends=('glibc' 'ncurses' 'libncursesw.a')
makedepends=('git')
optdepends=('bash-completion: for tab completion')
-provides=('sh' 'bash=4.4')
-conflicts=('bash')
+provides=('sh' 'bash=4.4-$pkgver')
+conflicts=('bash' 'bash-static')
source=('git+https://git.savannah.gnu.org/git/bash.git#branch=devel'
'dot.bashrc'
'dot.bash_profile'