zsh: update to 5.4.2.
This commit is contained in:
parent
37309e0bbc
commit
908602a9cf
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.4.1
|
||||
version=5.4.2
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -23,8 +23,8 @@ short_desc="The Z SHell"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.zsh.org"
|
||||
license="zsh,GPL-3"
|
||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.xz"
|
||||
checksum=94cbd57508287e8faa081424509738d496f5f41e32ed890e3a5498ce05d3633b
|
||||
distfiles="http://www.zsh.org/pub/zsh-${version}.tar.gz"
|
||||
checksum=957bcdb2c57f64c02f673693ea5a7518ef24b6557aeb3a4ce222cefa6d74acc9
|
||||
|
||||
pre_configure() {
|
||||
# Set correct keymap path
|
||||
|
@ -36,8 +36,8 @@ pre_configure() {
|
|||
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/_{notmuch,osc,systemd}
|
||||
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
|
||||
rm -f Completion/Unix/Command/_{notmuch,osc,systemd}
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
|
|
Loading…
Reference in New Issue