[arch-commits] Commit in zile/trunk (PKGBUILD)
Kevin Piché
kevin at archlinux.org
Sat Oct 15 19:54:59 UTC 2011
Date: Saturday, October 15, 2011 @ 15:54:58
Author: kevin
Revision: 140494
upgpkg: zile 2.4.2-1
Updated to 2.4.2
Modified:
zile/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-15 19:34:21 UTC (rev 140493)
+++ PKGBUILD 2011-10-15 19:54:58 UTC (rev 140494)
@@ -3,16 +3,16 @@
# Maintainer: Kevin Piche <kevin at archlinux.org>
pkgname=zile
-pkgver=2.3.24
+pkgver=2.4.2
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=('ncurses')
+depends=('gc' 'ncurses')
license=('GPL')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe77d801ba69e0fb9b4914a04b9ff506')
+md5sums=('2a68ac77cebbeca1eacf170ba9072dbe')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list