diff options
author | root <root@rshg054.dnsready.net> | 2012-07-26 03:11:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-26 03:11:33 +0000 |
commit | c4c5143448e3be178c254e8f9f1ab24661dc3b20 (patch) | |
tree | b37c17c6a52a96ac527adc8958976a94de73fdc5 /extra/zsh/PKGBUILD | |
parent | 3083719ddb24bbb452e7ddba34bec067ea249056 (diff) |
Thu Jul 26 03:11:33 UTC 2012
Diffstat (limited to 'extra/zsh/PKGBUILD')
-rw-r--r-- | extra/zsh/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD index ba4797b07..f8c297f92 100644 --- a/extra/zsh/PKGBUILD +++ b/extra/zsh/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 157985 2012-04-30 15:21:56Z pierre $ +# $Id: PKGBUILD 164038 2012-07-24 20:46:25Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=zsh -pkgver=4.3.17 +pkgver=5.0.0 pkgrel=2 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX' arch=('i686' 'x86_64') @@ -13,17 +13,21 @@ install=zsh.install source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2" 'zprofile') backup=('etc/zsh/zprofile') -md5sums=('8258967060b2654f30001a011946ac6a' +md5sums=('e8484468925cec8d9a84b8b04797e764' '24a9335edf77252a7b5f52e079f7aef7') build() { cd "${srcdir}/${pkgname}-${pkgver}" + # FS#16360 sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \ Doc/zsh.texi \ Completion/Unix/Type/_services \ Completion/Unix/Command/_init_d + # Set correct keymap path + sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' Completion/Unix/Command/_loadkeys + # Remove unneeded and conflicting completion scripts rm -rf Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris} rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast} |