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

Pierre Schmitz pierre at archlinux.org
Fri Feb 24 09:59:15 UTC 2012


    Date: Friday, February 24, 2012 @ 04:59:15
  Author: pierre
Revision: 150949

upgpkg: zile 2.4.6-1

upstream update

Modified:
  zile/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 09:50:09 UTC (rev 150948)
+++ PKGBUILD	2012-02-24 09:59:15 UTC (rev 150949)
@@ -3,16 +3,18 @@
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=zile
-pkgver=2.4.2
+pkgver=2.4.6
 pkgrel=1
 pkgdesc="A small, fast, and powerful Emacs clone"
-arch=(i686 x86_64)
+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=('gc' 'ncurses')
+depends=('acl' 'gc' 'ncurses')
 license=('GPL')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2a68ac77cebbeca1eacf170ba9072dbe')
+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')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -24,4 +26,3 @@
   cd "${srcdir}"/${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
-




More information about the arch-commits mailing list