diff options
author | root <root@rshg054.dnsready.net> | 2012-10-04 01:23:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-04 01:23:34 -0700 |
commit | c3ff6b4da8966c22dcbf0f5d8a957b875242789f (patch) | |
tree | 73064dc985b6d59695639dfb6d4ae4ba99395cc5 /extra/zile | |
parent | 1350233b6dc1924ba29a42462447995f26dae0dc (diff) |
Thu Oct 4 01:23:34 PDT 2012
Diffstat (limited to 'extra/zile')
-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 c18d07110..eb3cd1e5b 100644 --- a/extra/zile/PKGBUILD +++ b/extra/zile/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163788 2012-07-20 05:26:57Z eric $ +# $Id: PKGBUILD 167747 2012-10-03 14:08:02Z eric $ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: Kevin Piche <kevin@archlinux.org> pkgname=zile -pkgver=2.4.8 +pkgver=2.4.9 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url="http://www.gnu.org/software/zile/" license=('GPL3') depends=('acl' 'gc' 'ncurses') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('763224367472deecf71fb10d61806706a481fd48' - '3a3e0c039e12af62f0de1aae849c486606cd314a') +sha1sums=('f233487e2d0ce99d7670832d106d1a2503d4c925' + 'cfc6f526bd4f14e127b32f91ae3e414e58d722c3') build() { cd "${srcdir}"/${pkgname}-${pkgver} |