--- PKGBUILD.old 2008-02-04 11:45:25.000000000 +0100 +++ PKGBUILD 2008-02-06 14:53:19.000000000 +0100 @@ -2,7 +2,7 @@ # Maintainer: aurelien # Contributor: Jochem Kossen pkgname=zsh -pkgver=4.3.4 +pkgver=4.3.5 pkgrel=1 pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX" arch=('i686' 'x86_64') @@ -11,7 +11,8 @@ depends=('ncurses') install="zsh.install" source=(ftp://ftp.zsh.org/pub/$pkgname-$pkgver.tar.bz2 usr_zsh.sh) -md5sums=('8410a30e4f5c6160790bc3afc096424f' '7b7afc638a9274cc16a3546ca2fff2ff') +md5sums=('db0d4b71da8e5877fa1e29d4cea38b8c' + '7b7afc638a9274cc16a3546ca2fff2ff') build() { cd $startdir/src/$pkgname-$pkgver @@ -23,7 +24,11 @@ --enable-zprofile=/etc/profile \ --enable-zshrc=/etc/zsh/zshrc \ --enable-maildir-support \ - --with-curses-terminfo \ + --with-term-lib="ncursesw" \ + --enable-multibyte \ + --enable-function-subdirs \ + --enable-zsh-mem \ + --with-tcsetpgrp \ --enable-zsh-secure-free make || return 1 make DESTDIR=$startdir/pkg install