nano: update to 8.6 (#5583)
This commit is contained in:
parent
e4a38b5238
commit
46e73b1146
@ -1,15 +1,19 @@
|
|||||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||||
|
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
pkgver=8.5
|
pkgver=8.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Pico editor clone with enhancements"
|
pkgdesc="Pico editor clone with enhancements"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('spdx:GPL-3.0-or-later')
|
license=('spdx:GPL-3.0-or-later')
|
||||||
url="https://www.nano-editor.org"
|
url="https://www.nano-editor.org"
|
||||||
msys2_repository_url="https://git.savannah.gnu.org/cgit/nano.git"
|
msys2_repository_url="https://git.savannah.gnu.org/cgit/nano.git"
|
||||||
|
msys2_changelog_url="https://www.nano-editor.org/news.php"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
"anitya: 2046"
|
||||||
|
"archlinux: nano"
|
||||||
"cpe: cpe:/a:gnu:nano"
|
"cpe: cpe:/a:gnu:nano"
|
||||||
|
"gentoo: app-editors/nano"
|
||||||
)
|
)
|
||||||
groups=('editors')
|
groups=('editors')
|
||||||
depends=('file' 'libintl' 'ncurses' 'sh')
|
depends=('file' 'libintl' 'ncurses' 'sh')
|
||||||
@ -20,7 +24,7 @@ makedepends=('autotools'
|
|||||||
'gettext-devel')
|
'gettext-devel')
|
||||||
backup=('etc/nanorc')
|
backup=('etc/nanorc')
|
||||||
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc})
|
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||||
sha256sums=('000b011d339c141af9646d43288f54325ff5c6e8d39d6e482b787bbc6654c26a'
|
sha256sums=('f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
'168E6F4297BFD7A79AFD4496514BBE2EB8E1961F' # Benno Schulenberg <bensberg@telfort.nl>
|
'168E6F4297BFD7A79AFD4496514BBE2EB8E1961F' # Benno Schulenberg <bensberg@telfort.nl>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user