[arch-commits] Commit in zsh/repos (extra-i686 extra-i686/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Mon Jun 1 12:52:12 UTC 2009
Date: Monday, June 1, 2009 @ 08:52:12
Author: giovanni
Revision: 40945
Merged revisions 30473,40941 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/zsh/trunk
........
r30473 | jeff | 2009-03-19 20:14:48 -0700 (gio, 19 mar 2009) | 1 line
upgpkg: zsh 4.3.9-2
........
r40941 | giovanni | 2009-06-01 05:28:22 -0700 (lun, 01 giu 2009) | 2 lines
upgpkg: zsh 4.3.10-1
New version 4.3.10
........
Modified:
zsh/repos/extra-i686/ (properties)
zsh/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Property changes on: zsh/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /zsh/trunk:1-18880
+ /zsh/trunk:1-40944
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-06-01 12:40:21 UTC (rev 40944)
+++ extra-i686/PKGBUILD 2009-06-01 12:52:12 UTC (rev 40945)
@@ -3,13 +3,13 @@
# Maintainer: aurelien <aurelien at archlinux.org>
# Contributor: Jochem Kossen <j.kossen at home.nl>
pkgname=zsh
-pkgver=4.3.9
+pkgver=4.3.10
pkgrel=1
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
@@ -36,4 +37,4 @@
install -D -m644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('0539d0a590e545ad8c40ff8c97e94538')
+md5sums=('74c5b275544400082a1cde806c98682a')
More information about the arch-commits
mailing list