summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2021-07-20 19:21:01 +0100
committerJoão Figueiredo2021-07-20 19:21:01 +0100
commit66ab85f556aa4bc5038bc93525d47c26c2f0b777 (patch)
treef2f8d41c98087b14befeaafe304a90e12cb909b4 /PKGBUILD
parent7c17008bf70708c559bc5caf803b53a8bd5dcdbb (diff)
downloadaur-bash-git.tar.gz
Should provide and conflict with ${pkgname%-git}
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