[arch-commits] Commit in nano/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Mar 24 19:15:18 UTC 2019
Date: Sunday, March 24, 2019 @ 19:15:17
Author: andyrtr
Revision: 349148
upgpkg: nano 4.0-1
upstream update 4.0
Modified:
nano/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-24 14:55:24 UTC (rev 349147)
+++ PKGBUILD 2019-03-24 19:15:17 UTC (rev 349148)
@@ -2,7 +2,7 @@
# Contributor: Judd <judd at archlinux.org>
pkgname=nano
-pkgver=3.2
+pkgver=4.0
pkgrel=1
pkgdesc="Pico editor clone with enhancements"
arch=('x86_64')
@@ -11,8 +11,8 @@
groups=('base')
depends=('ncurses' 'file' 'sh')
backup=('etc/nanorc')
-source=(https://www.nano-editor.org/dist/v3/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349'
+source=(https://www.nano-editor.org/dist/v4/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3'
'SKIP')
validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta <chrisa at asty.org>"
'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg <bensberg at justemail.net>"
@@ -25,8 +25,7 @@
--sysconfdir=/etc \
--enable-color \
--enable-nanorc \
- --enable-multibuffer \
- --disable-wrapping-as-root
+ --enable-multibuffer
make
}
More information about the arch-commits
mailing list