zsh: update to 5.0.3.

This commit is contained in:
Juan RP 2013-12-15 12:17:19 +01:00
parent c2ab1338e9
commit 3b37384174
1 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'zsh'
pkgname=zsh
version=5.0.2
version=5.0.3
revision=1
build_style=gnu-configure
make_build_args="info"
@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.zsh.org"
license="zsh"
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
checksum=eb220ae5a8076191ec6b4c6a5a2f18122d074a19f25b45f0320b44b8166c5a03
checksum=14c7685d5e5acbfe9436f2fe9578c17e0dbb00dfbd7d88c72b49930af91136cf
pre_configure() {
# Set correct keymap path
@ -26,9 +26,12 @@ pre_configure() {
Completion/Unix/Command/_loadkeys
# Remove unneeded and conflicting completion scripts
rm -rf Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat Solaris; do
rm -rf Completion/$_fpath
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
rm -f Completion/Unix/Command/_osc
rm -f Completion/Unix/Command/_{osc,systemd}
}
post_install() {
@ -38,6 +41,6 @@ post_install() {
zsh_package() {
register_shell="/bin/zsh"
pkg_install() {
vmove usr
vmove all
}
}