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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Aug 25 14:18:01 UTC 2008


    Date: Monday, August 25, 2008 @ 10:18:01
  Author: andyrtr
Revision: 10273

upgpkg: nano 2.0.8-2
    fix unwanted infodir

Modified:
  nano/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-25 13:48:14 UTC (rev 10272)
+++ PKGBUILD	2008-08-25 14:18:01 UTC (rev 10273)
@@ -2,7 +2,7 @@
 # Maintainer: Judd <judd at archlinux.org>
 pkgname=nano
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,6 +12,7 @@
 source=(http://www.nano-editor.org/dist/v2.0/nano-${pkgver}.tar.gz)
 backup=(etc/nanorc)
 md5sums=('fcb2a26285921458b6fe381c2802b1a8')
+options=('!docs')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list