summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-03-19 05:16:28 +0100
committerAllan McRae <allan@archlinux.org>2015-03-26 05:43:37 +0100
commiteb5da52c0e720191266bb5333e6dc1fc4e60b86f (patch)
tree3fd5dd0f98585c3cfb035d9d0240e2f2be42d5dc /doc
parentb630f455d2cb3a4c11b2de65285657ea7ec6f3c3 (diff)
downloadpacman-eb5da52c0e720191266bb5333e6dc1fc4e60b86f.tar.gz
pacman-eb5da52c0e720191266bb5333e6dc1fc4e60b86f.tar.xz
PKGBUILD.5: have epoch directly following pkgver/pkgrel
These three fields should be grouped together. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index a1d42fd6..bc278f2e 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -64,11 +64,6 @@ below).
software release and incremented for intermediate PKGBUILD updates. The
variable is not allowed to contain hyphens.
-*pkgdesc*::
- This should be a brief description of the package and its functionality.
- Try to keep the description to one line of text and to not use the package's
- name.
-
*epoch*::
Used to force the package to be seen as newer than any previous versions
with a lower epoch, even if the version number would normally not trigger
@@ -78,6 +73,11 @@ below).
version comparison logic. See linkman:pacman[8] for more information on
version comparisons.
+*pkgdesc*::
+ This should be a brief description of the package and its functionality.
+ Try to keep the description to one line of text and to not use the package's
+ name.
+
*url*::
This field contains a URL that is associated with the software being
packaged. This is typically the project's web site.