summaryrefslogtreecommitdiff
path: root/extra/zile
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
commitbf1c001b59869cf10e5921b4f38d1f69db2db76c (patch)
treea472ad2701076586f54fbd0859fe2e5c8311184b /extra/zile
parentaebba8cfcb8c0ef8befa351c73fbd228e07475e2 (diff)
parent1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/60-vhba.rules community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.install community/guake/PKGBUILD core/openssl/PKGBUILD extra/mesa/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/dhcpcd/PKGBUILD
Diffstat (limited to 'extra/zile')
-rw-r--r--extra/zile/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/zile/PKGBUILD b/extra/zile/PKGBUILD
index d721e1fee..9b78d3e26 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' 'mips64el')
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}