From e4a5730eb358cb0d78bc022204ddccac068c2bf2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Feb 2012 23:15:06 +0000 Subject: Sat Feb 25 23:15:06 UTC 2012 --- extra/zile/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'extra/zile') diff --git a/extra/zile/PKGBUILD b/extra/zile/PKGBUILD index 960b19cbf..c8028f967 100644 --- a/extra/zile/PKGBUILD +++ b/extra/zile/PKGBUILD @@ -1,18 +1,20 @@ -# $Id: PKGBUILD 140498 2011-10-15 20:33:55Z kevin $ +# $Id: PKGBUILD 150950 2012-02-24 09:59:45Z pierre $ # Contributor: Tom Newsom # Maintainer: Kevin Piche pkgname=zile -pkgver=2.4.2 +pkgver=2.4.6 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" -arch=(i686 x86_64) +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=('gc' 'ncurses') +depends=('acl' 'gc' 'ncurses') license=('GPL') -source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('2a68ac77cebbeca1eacf170ba9072dbe') +source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" + "http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") +md5sums=('508d14a3410d7dde89088eca06dad692' + 'a2403c9009621c84f8dd142245c99664') build() { cd "${srcdir}"/${pkgname}-${pkgver} @@ -24,4 +26,3 @@ package() { cd "${srcdir}"/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } - -- cgit v1.2.3-54-g00ecf