summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEden Rose2017-09-11 18:33:24 -0400
committerEden Rose2017-09-11 18:33:24 -0400
commit8b8bc5a5d8fb439f11724e93c44f5fcdd37bad9b (patch)
treef93e1dd11a85d38bf1b5d15ce5db9fbc0f44c7e7
parent5117c08e5c3f47abede17944dfb8a7577fb94f0c (diff)
downloadaur-8b8bc5a5d8fb439f11724e93c44f5fcdd37bad9b.tar.gz
minor bugfixes
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3710e7c9a9a3..854d5deb470e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,9 @@ pkgbase = bash-devel-static-git
depends = libncursesw.a
optdepends = bash-completion: for tab completion
provides = sh
- provides = bash=4.4
+ provides = bash=4.4-$pkgver
conflicts = bash
+ conflicts = bash-static
backup = etc/bash.bashrc
backup = etc/bash.bash_logout
backup = etc/skel/.bashrc
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'