[arch-commits] Commit in zsh/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Thursday, March 19, 2009 @ 23:15:20
  Author: jeff
Revision: 30474

Merged revisions 30473 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/zsh/trunk

........
  r30473 | jeff | 2009-03-19 23:14:48 -0400 (Thu, 19 Mar 2009) | 1 line
  
  upgpkg: zsh 4.3.9-2
........

Modified:
  zsh/repos/extra-x86_64/	(properties)
  zsh/repos/extra-x86_64/PKGBUILD

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


Property changes on: zsh/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /zsh/trunk:1-18879
   + /zsh/trunk:1-30473

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-20 03:14:48 UTC (rev 30473)
+++ extra-x86_64/PKGBUILD	2009-03-20 03:15:20 UTC (rev 30474)
@@ -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