forgot depends bashrc

master
Bernhard Landauer 2018-06-13 20:59:36 +02:00
parent adb45ae341
commit 3fe7c59fd1
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pkgname=('bash' 'bashrc-manjaro')
_basever=4.4 _basever=4.4
_patchlevel=023 _patchlevel=023
pkgver=${_basever}.${_patchlevel} pkgver=${_basever}.${_patchlevel}
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
url='http://www.gnu.org/software/bash/bash.html' url='http://www.gnu.org/software/bash/bash.html'
@ -109,7 +109,8 @@ check() {
package_bash() { package_bash() {
pkgdesc='The GNU Bourne Again shell' pkgdesc='The GNU Bourne Again shell'
backup=(etc/bash.bash_logout etc/skel/.bash{_profile,_logout}) backup=(etc/bash.bash_logout etc/skel/.bash{_profile,_logout})
depends=('glibc' depends=('bashrc'
'glibc'
'ncurses' 'ncurses'
'readline>=7.0') 'readline>=7.0')
optdepends=('bash-completion: for tab completion') optdepends=('bash-completion: for tab completion')