chroot-bash: update to 5.0.002.

This commit is contained in:
maxice8 2019-01-18 21:55:44 -02:00 committed by maxice8
parent ebea1b3c92
commit ce19a79774
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'chroot-bash'
pkgname=chroot-bash
_bash_distver=5.0
_bash_patchlevel=0
_bash_patchlevel=002
version="${_bash_distver}.${_bash_patchlevel}"
revision=1
wrksrc="bash-${_bash_distver}"
@ -10,7 +10,7 @@ build_style=gnu-configure
# bundled termcap library when bootstrapping from source on a foreign system
configure_args="--without-bash-malloc --without-curses
--without-installed-readline --disable-nls bash_cv_termcap_lib=gnutermcap"
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
short_desc="GNU Bourne Again Shell -- for xbps-src use"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/bash/bash.html"