From c4c5143448e3be178c254e8f9f1ab24661dc3b20 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Jul 2012 03:11:33 +0000 Subject: Thu Jul 26 03:11:33 UTC 2012 --- extra/zsh/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'extra/zsh') 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 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} -- cgit v1.2.3-54-g00ecf