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

Andreas Radke andyrtr at archlinux.org
Mon Mar 23 20:19:50 UTC 2015


    Date: Monday, March 23, 2015 @ 21:19:50
  Author: andyrtr
Revision: 234580

upgpkg: nano 2.4.0-1

upstream update 2.4.0

Modified:
  nano/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 20:19:03 UTC (rev 234579)
+++ PKGBUILD	2015-03-23 20:19:50 UTC (rev 234580)
@@ -3,18 +3,20 @@
 # Contributor: Judd <judd at archlinux.org>
 
 pkgname=nano
-pkgver=2.2.6
-pkgrel=3
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.nano-editor.org"
 groups=('base')
-depends=('ncurses' 'sh')
+depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 install=nano.install
-source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('03233ae480689a008eb98feb1b599807')
+source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('e5c9c6424ee2303663ae4b99ecd4b493'
+         'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta <chrisa at asty.org>"
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list