diff options
Diffstat (limited to 'extra/zile/PKGBUILD')
-rw-r--r-- | extra/zile/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/zile/PKGBUILD b/extra/zile/PKGBUILD index e1457b41b..960b19cbf 100644 --- a/extra/zile/PKGBUILD +++ b/extra/zile/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 135981 2011-08-21 03:51:34Z eric $ +# $Id: PKGBUILD 140498 2011-10-15 20:33:55Z kevin $ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: Kevin Piche <kevin@archlinux.org> pkgname=zile -pkgver=2.3.24 +pkgver=2.4.2 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" arch=(i686 x86_64) url="http://www.gnu.org/software/zile/" # Lua is not required, the author uses it to generate some source files. -depends=('ncurses') +depends=('gc' 'ncurses') license=('GPL') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('fe77d801ba69e0fb9b4914a04b9ff506') +md5sums=('2a68ac77cebbeca1eacf170ba9072dbe') build() { cd "${srcdir}"/${pkgname}-${pkgver} |