Date: Thursday, June 2, 2011 @ 07:13:57
  Author: pierre
Revision: 126178

upgpkg: zsh 4.3.12-1
upstream update

Modified:
  zsh/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-06-02 11:12:25 UTC (rev 126177)
+++ PKGBUILD    2011-06-02 11:13:57 UTC (rev 126178)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz <pie...@archlinux.de>
 
 pkgname=zsh
-pkgver=4.3.11
-pkgrel=2
+pkgver=4.3.12
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,7 +11,7 @@
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
 source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('3225c7f53b69f395e95723585d6785ed')
+md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811')
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
@@ -32,6 +32,8 @@
                --with-term-lib='ncursesw' \
                --enable-multibyte \
                --enable-function-subdirs \
+               --enable-fndir=/usr/share/zsh/functions \
+               --enable-scriptdir=/usr/share/zsh/scripts \
                --with-tcsetpgrp \
                --enable-pcre \
                --enable-cap \

Reply via email to