[arch-commits] Commit in zsh/trunk (PKGBUILD)

Jeff Mickey jeff at archlinux.org
Fri Mar 20 03:14:48 UTC 2009


    Date: Thursday, March 19, 2009 @ 23:14:48
  Author: jeff
Revision: 30473

upgpkg: zsh 4.3.9-2

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-20 01:54:06 UTC (rev 30472)
+++ PKGBUILD	2009-03-20 03:14:48 UTC (rev 30473)
@@ -4,12 +4,12 @@
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 pkgname=zsh
 pkgver=4.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX"
 arch=('i686' 'x86_64')
 url="http://www.zsh.org/"
 license=('custom')
-depends=('ncurses' 'gdbm')
+depends=('ncurses' 'gdbm' 'pcre')
 options=('!zipman')
 install="zsh.install"
 source=(ftp://ftp.zsh.org/pub/$pkgname-$pkgver.tar.bz2)
@@ -29,6 +29,7 @@
 	--enable-function-subdirs \
 	--enable-zsh-mem \
 	--with-tcsetpgrp \
+    --enable-pcre \
     --enable-zsh-secure-free
   make || return 1
   make DESTDIR="$pkgdir/" install




More information about the arch-commits mailing list