* update nano to 8.3-1
This commit is contained in:
parent
06a6ecdde0
commit
989aa89bba
@ -1,22 +1,23 @@
|
||||
pkgbase = nano
|
||||
pkgdesc = Pico editor clone with enhancements
|
||||
pkgver = 8.2
|
||||
pkgver = 8.3
|
||||
pkgrel = 1
|
||||
url = https://www.nano-editor.org
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = espresso
|
||||
arch = riscv64
|
||||
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.2.tar.xz
|
||||
source = https://www.nano-editor.org/dist/v8/nano-8.2.tar.xz.asc
|
||||
source = https://www.nano-editor.org/dist/v8/nano-8.3.tar.xz
|
||||
source = https://www.nano-editor.org/dist/v8/nano-8.3.tar.xz.asc
|
||||
validpgpkeys = 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F
|
||||
sha256sums = d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb
|
||||
sha256sums = 551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = nano
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Judd <judd@archlinux.org>
|
||||
|
||||
pkgname=nano
|
||||
pkgver=8.2
|
||||
pkgver=8.3
|
||||
pkgrel=1
|
||||
pkgdesc="Pico editor clone with enhancements"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc espresso 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=('d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb'
|
||||
sha256sums=('551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e'
|
||||
'SKIP')
|
||||
#validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta <chrisa@asty.org>"
|
||||
#validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno Schulenberg <bensberg@justemail.net>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user