[arch-commits] Commit in zsh/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Mon Mar 14 21:00:41 UTC 2011
Date: Monday, March 14, 2011 @ 17:00:40
Author: pierre
Revision: 114633
upgpkg: zsh 4.3.11-2
add gdbm support FS#23262
Modified:
zsh/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-14 19:27:15 UTC (rev 114632)
+++ PKGBUILD 2011-03-14 21:00:40 UTC (rev 114633)
@@ -3,12 +3,12 @@
pkgname=zsh
pkgver=4.3.11
-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=('pcre' 'libcap')
+depends=('pcre' 'libcap' 'gdbm')
install=zsh.install
source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2")
md5sums=('3225c7f53b69f395e95723585d6785ed')
@@ -35,8 +35,7 @@
--with-tcsetpgrp \
--enable-pcre \
--enable-cap \
- --enable-zsh-secure-free \
- --disable-gdbm
+ --enable-zsh-secure-free
make
}
More information about the arch-commits
mailing list