chroot-bash: update to 5.0.002.
This commit is contained in:
parent
ebea1b3c92
commit
ce19a79774
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-bash'
|
# Template file for 'chroot-bash'
|
||||||
pkgname=chroot-bash
|
pkgname=chroot-bash
|
||||||
_bash_distver=5.0
|
_bash_distver=5.0
|
||||||
_bash_patchlevel=0
|
_bash_patchlevel=002
|
||||||
version="${_bash_distver}.${_bash_patchlevel}"
|
version="${_bash_distver}.${_bash_patchlevel}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bash-${_bash_distver}"
|
wrksrc="bash-${_bash_distver}"
|
||||||
|
@ -10,7 +10,7 @@ build_style=gnu-configure
|
||||||
# bundled termcap library when bootstrapping from source on a foreign system
|
# bundled termcap library when bootstrapping from source on a foreign system
|
||||||
configure_args="--without-bash-malloc --without-curses
|
configure_args="--without-bash-malloc --without-curses
|
||||||
--without-installed-readline --disable-nls bash_cv_termcap_lib=gnutermcap"
|
--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>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||||
|
|
Loading…
Reference in New Issue