summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-04-15 19:32:11 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-29 18:30:55 +0000
commitd733d5e570acfea82a5b4c35f4ad6ba8cf10c9b9 (patch)
tree38d3479020ebbb5852e1a5f8068dcf5442bb35e1
parent915c7d868b82540d7aa7932e25a4a353ed9f4e6e (diff)
downloadabuild-d733d5e570acfea82a5b4c35f4ad6ba8cf10c9b9.tar.bz2
abuild-d733d5e570acfea82a5b4c35f4ad6ba8cf10c9b9.tar.xz
APKBUILD.5: sort depends_* descriptions
-rw-r--r--APKBUILD.54
1 files changed, 2 insertions, 2 deletions
diff --git a/APKBUILD.5 b/APKBUILD.5
index 5e03aa6..d483355 100644
--- a/APKBUILD.5
+++ b/APKBUILD.5
@@ -404,12 +404,12 @@ variables.
.Bl -tag -width Ds
.It Cm depends_dev
Specifies the run-time dependencies of the -dev subpackage.
+.It Cm depends_doc
+Specifies the run-time dependencies of the -doc subpackage.
.It Cm depends_libs
Specifies the run-time dependencies of the -libs subpackage.
.It Cm depends_openrc
Specifies the run-time dependencies of the -openrc subpackage.
-.It Cm depends_doc
-Specifies the run-time dependencies of the -doc subpackage.
.It Cm giturl
Specifies the URL of the Git repository to use with
.Cm abuild checkout .