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

Andreas Radke andyrtr at archlinux.org
Sun Jun 19 17:06:44 UTC 2016


    Date: Sunday, June 19, 2016 @ 17:06:43
  Author: andyrtr
Revision: 270195

upgpkg: nano 2.6.0-1

upstream update 2.6.0

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-19 12:43:59 UTC (rev 270194)
+++ PKGBUILD	2016-06-19 17:06:43 UTC (rev 270195)
@@ -3,8 +3,8 @@
 # Contributor: Judd <judd at archlinux.org>
 
 pkgname=nano
-pkgver=2.5.3
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,10 +12,12 @@
 groups=('base')
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
-source=(http://www.nano-editor.org/dist/v2.5/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('a04d77611422ab4b6a7b489650c7a793'
+source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('89051965a1de963190696348bc291b86'
          'SKIP')
-validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta <chrisa at asty.org>"
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta <chrisa at asty.org>"
+              'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg <bensberg at justemail.net>"
+)
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list