[arch-commits] Commit in nano/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Sep 22 17:21:22 UTC 2008
Date: Monday, September 22, 2008 @ 13:21:22
Author: andyrtr
Revision: 12854
upgpkg: nano 2.0.9-1
Modified:
nano/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-09-22 17:17:27 UTC (rev 12853)
+++ PKGBUILD 2008-09-22 17:21:22 UTC (rev 12854)
@@ -1,17 +1,17 @@
# $Id$
# Maintainer: Judd <judd at archlinux.org>
pkgname=nano
-pkgver=2.0.8
-pkgrel=3
+pkgver=2.0.9
+pkgrel=1
pkgdesc="Pico editor clone with enhancements"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.nano-editor.org"
groups=('base')
-depends=('glibc' 'ncurses')
+depends=('glibc' 'ncurses' 'texinfo')
source=(http://www.nano-editor.org/dist/v2.0/nano-${pkgver}.tar.gz)
backup=(etc/nanorc)
-md5sums=('fcb2a26285921458b6fe381c2802b1a8')
+md5sums=('2be94dc43fb60fff4626a2401a977220')
install=nano.install
build() {
More information about the arch-commits
mailing list