nano: Update to 8.5

0001-fix-link-order.patch: fixed upstream
This commit is contained in:
Christoph Reiter 2025-06-17 09:10:41 +02:00
parent 8789d22795
commit dbbb512e3f
2 changed files with 4 additions and 19 deletions

View File

@ -1,11 +0,0 @@
--- nano-8.3/src/Makefile.am.orig 2025-02-11 19:12:25.787061900 +0100
+++ nano-8.3/src/Makefile.am 2025-02-11 19:13:21.219731800 +0100
@@ -42,7 +42,7 @@
utils.c \
winio.c
-nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a \
+nano_LDADD = $(top_builddir)/lib/libgnu.a @LIBINTL@ \
$(GETRANDOM_LIB) $(CLOCK_TIME_LIB) $(LIBTHREAD)
install-exec-hook:

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=nano
pkgver=8.4
pkgver=8.5
pkgrel=1
pkgdesc="Pico editor clone with enhancements"
arch=('i686' 'x86_64')
@ -19,11 +19,9 @@ makedepends=('autotools'
'libiconv-devel'
'gettext-devel')
backup=('etc/nanorc')
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc}
"0001-fix-link-order.patch")
sha256sums=('5ad29222bbd55624d87ea677928b3106a743114d6c6f9b41f36c97be2a8e628d'
'SKIP'
'fd89f31bd8813db14587241ef4526f929dcee17b97572b70e92f2db40b53c859')
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc})
sha256sums=('000b011d339c141af9646d43288f54325ff5c6e8d39d6e482b787bbc6654c26a'
'SKIP')
validpgpkeys=(
'168E6F4297BFD7A79AFD4496514BBE2EB8E1961F' # Benno Schulenberg <bensberg@telfort.nl>
)
@ -31,8 +29,6 @@ validpgpkeys=(
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/0001-fix-link-order.patch"
autoreconf -vfi
}