* update nano to 8.1-1
This commit is contained in:
parent
bae9648502
commit
1fdf90bce1
18
nano/.SRCINFO
Normal file
18
nano/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = nano
|
||||
pkgdesc = Pico editor clone with enhancements
|
||||
pkgver = 8.1
|
||||
pkgrel = 1
|
||||
url = https://www.nano-editor.org
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
depends = ncurses
|
||||
depends = file
|
||||
depends = glibc
|
||||
backup = etc/nanorc
|
||||
source = https://www.nano-editor.org/dist/v8/nano-8.1.tar.xz
|
||||
source = https://www.nano-editor.org/dist/v8/nano-8.1.tar.xz.asc
|
||||
validpgpkeys = 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
|
||||
sha256sums = 93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = nano
|
5
nano/.nvchecker.toml
Normal file
5
nano/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[nano]
|
||||
source = "git"
|
||||
git = "https://git.savannah.gnu.org/git/nano.git"
|
||||
prefix = "v"
|
||||
use_max_tag = true
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Judd <judd@archlinux.org>
|
||||
|
||||
pkgname=nano
|
||||
pkgver=8.0
|
||||
pkgver=8.1
|
||||
pkgrel=1
|
||||
pkgdesc="Pico editor clone with enhancements"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -12,7 +12,7 @@ url="https://www.nano-editor.org"
|
||||
depends=('ncurses' 'file' 'glibc')
|
||||
backup=('etc/nanorc')
|
||||
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||
sha256sums=('c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4'
|
||||
sha256sums=('93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb'
|
||||
'SKIP')
|
||||
#validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta <chrisa@asty.org>"
|
||||
#validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno Schulenberg <bensberg@justemail.net>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user