diff options
-rw-r--r-- | main/nano/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD index 6d2c07fd89..04b8d0bcc2 100644 --- a/main/nano/APKBUILD +++ b/main/nano/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=nano pkgver=2.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor." url="http://www.nano-editor.org/" arch="all" @@ -22,6 +22,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-nls \ + --with-wordbounds \ || return 1 make || return 1 } |