zsh: update to 5.0.6.
This commit is contained in:
parent
3d8c95194f
commit
34244b6b1d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.0.5
|
||||
revision=2
|
||||
version=5.0.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="all info"
|
||||
make_install_args="install.info"
|
||||
|
@ -20,7 +20,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=6624d2fb6c8fa4e044d2b009f86ed1617fe8583c83acfceba7ec82826cfa8eaf
|
||||
checksum=84ca509b141533a3b695e314fbce1200b86ff337ab7dd9e3414da05d86378845
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -37,7 +37,6 @@ pre_configure() {
|
|||
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
|
||||
rm -f Completion/Unix/Command/_{notmuch,osc,systemd}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENCE 644 usr/share/licenses/zsh
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue