mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
zsh: update to 5.0.6.
This commit is contained in:
parent
3d8c95194f
commit
34244b6b1d
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.0.5
|
version=5.0.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="all info"
|
make_build_target="all info"
|
||||||
make_install_args="install.info"
|
make_install_args="install.info"
|
||||||
|
@ -20,7 +20,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.zsh.org"
|
homepage="http://www.zsh.org"
|
||||||
license="zsh"
|
license="zsh"
|
||||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
||||||
checksum=6624d2fb6c8fa4e044d2b009f86ed1617fe8583c83acfceba7ec82826cfa8eaf
|
checksum=84ca509b141533a3b695e314fbce1200b86ff337ab7dd9e3414da05d86378845
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
@ -37,7 +37,6 @@ pre_configure() {
|
||||||
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
|
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
|
||||||
rm -f Completion/Unix/Command/_{notmuch,osc,systemd}
|
rm -f Completion/Unix/Command/_{notmuch,osc,systemd}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENCE 644 usr/share/licenses/zsh
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue