summaryrefslogtreecommitdiff
path: root/extra/zile/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-23 00:01:14 +0000
committerroot <root@rshg054.dnsready.net>2012-03-23 00:01:14 +0000
commit1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (patch)
treed786dcc22bc7f01d7629eb8a07415d2a904fc015 /extra/zile/PKGBUILD
parent39e662ccfbe62ae77d458159d192816171a22f43 (diff)
Fri Mar 23 00:01:14 UTC 2012
Diffstat (limited to 'extra/zile/PKGBUILD')
-rw-r--r--extra/zile/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/zile/PKGBUILD b/extra/zile/PKGBUILD
index c8028f967..ce51713f4 100644
--- a/extra/zile/PKGBUILD
+++ b/extra/zile/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id: PKGBUILD 150950 2012-02-24 09:59:45Z pierre $
+# $Id: PKGBUILD 153982 2012-03-21 07:47:25Z eric $
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: Kevin Piche <kevin@archlinux.org>
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.
-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')
+depends=('acl' 'gc' 'ncurses')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('30c47a399b94b5dce68a178fe98807f86719a466'
+ 'e22de32794e34eb9e1409d1eecc7aa18b710cf5d')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}