summarylogtreecommitdiffstats
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
parent7c17008bf70708c559bc5caf803b53a8bd5dcdbb (diff)
downloadaur-bash-git.tar.gz
Should provide and conflict with ${pkgname%-git}
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 397b698988bc..c14fa24790d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bash-git
pkgdesc = The GNU Bourne Again shell
pkgver = 5.1_r171.gce237286
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/bash/bash.html
arch = x86_64
license = GPL
@@ -12,6 +12,8 @@ pkgbase = bash-git
depends = ncurses
optdepends = bash-completion: for tab completion
provides = sh
+ provides = bash
+ conflicts = bash
backup = etc/bash.bashrc
backup = etc/bash.bash_logout
backup = etc/skel/.bashrc
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