aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/nano/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD
index 3bbd36ac99..ccdfc2f661 100644
--- a/main/nano/APKBUILD
+++ b/main/nano/APKBUILD
@@ -1,13 +1,12 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nano
pkgver=2.7.4
-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"
license="GPL"
-depends=
makedepends="ncurses-dev file-dev"
subpackages="$pkgname-doc $pkgname-syntax::noarch"
source="http://www.nano-editor.org/dist/v${pkgver%.*}/$pkgname-$pkgver.tar.gz"