Date: Wednesday, March 21, 2012 @ 03:47:08 Author: eric Revision: 153981
upgpkg: zile 2.4.7-1 Upstream update Modified: zile/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-21 07:33:56 UTC (rev 153980) +++ PKGBUILD 2012-03-21 07:47:08 UTC (rev 153981) @@ -3,18 +3,16 @@ # Maintainer: Kevin Piche <[email protected]> pkgname=zile -pkgver=2.4.6 +pkgver=2.4.7 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. +license=('GPL') depends=('acl' 'gc' 'ncurses') -license=('GPL') -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') +source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('30c47a399b94b5dce68a178fe98807f86719a466' + 'e22de32794e34eb9e1409d1eecc7aa18b710cf5d') build() { cd "${srcdir}"/${pkgname}-${pkgver}
