[arch-commits] Commit in zile/trunk (PKGBUILD)

Kevin Piché kevin at archlinux.org
Mon Mar 2 00:46:32 UTC 2009


    Date: Sunday, March 1, 2009 @ 19:46:32
  Author: kevin
Revision: 28751

upgpkg: zile 2.3.3-1

Modified:
  zile/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-01 23:20:56 UTC (rev 28750)
+++ PKGBUILD	2009-03-02 00:46:32 UTC (rev 28751)
@@ -3,16 +3,17 @@
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=zile
-pkgver=2.3.0
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="A small, fast, and powerful Emacs clone"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/zile/"
-makedepends=('texinfo')
+# Lua is not required, the author uses it to generate some source files.
+makedepends=('help2man')
 depends=('ncurses>=5.6-7')
 license=('GPL')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c35fd88c9045eaffb83aa46abe7e9d27')
+md5sums=('4ad0b83c2a001dfc881f805f690aebec')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list