Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1092 - nano update and compile option change
|
Detailsavailable version is 1.2.3 and the latest is 1.2.4. Also I'm sure some people might like the compile options "--enable-color --enable-nanorc" to be added.
The following PKGBUILD has the extra compile options enabled Code: # $Id: PKGBUILD,v 1.12 2004/07/09 01:49:41 judd Exp $ # Maintainer: Judd <judd@archlinux.org> pkgname=nano pkgver=1.2.4 pkgrel=1 pkgdesc="Pico editor clone with enhancements" url="http://www.nano-editor.org" depends=('glibc' 'ncurses') source=(http://www.nano-editor.org/dist/v1.2/nano-$pkgver.tar.gz) md5sums=('2c513310ec5e8b63abaecaf48670ac7a') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --enable-color --enable-nanorc make || return 1 make DESTDIR=$startdir/pkg install } |
This task depends upon