[pacman-dev] [PATCH v2] PKGBUILD.5: have epoch directly following pkgver/pkgrel

Allan McRae allan at archlinux.org
Thu Mar 19 04:17:33 UTC 2015


These three fields should be grouped together.

Signed-off-by: Allan McRae <allan at archlinux.org>
---

This time with only the changes I wanted to commit!

 doc/PKGBUILD.5.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index a1d42fd..bc278f2 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.
-- 
2.3.3


More information about the pacman-dev mailing list