summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 20:08:19 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 20:08:19 (EDT)
commit1df5d11c47391189dd0ae913d92d5b3297c2acc2 (patch)
treec28ffec07c4f52f6ef1fb81c0cd99cde1ca96065
parent7e668d71313eadd720a11dafb26ebc3aa7582548 (diff)
SPF 2.0: Reword non-trunk upload version description
s/appended to the end of/included in/
-rw-r--r--specs/spf-2.0/metadata.mdwn20
1 files changed, 10 insertions, 10 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn
index 34d9138..9683fc6 100644
--- a/specs/spf-2.0/metadata.mdwn
+++ b/specs/spf-2.0/metadata.mdwn
@@ -152,13 +152,13 @@ package version or source archive repack. It must be a string of one or more
digits. (A regular expression for this is `[0-9]+`.)
If the package is to be installed into a distribution other than `trunk`, the
-string `+<dist>~<distrev>` must be appended to the end of the version
-identifier. `<dist>` is the distribution into which the package is to be
-installed, may only consist of lowercase Latin letters and digits, and must be
-at least one character long. (A regular expression for this is `[a-z0-9]+`.)
-`<distrev>` is a number that should be incremented on each upload to `<dist>`
-while `<pkgver>`, `<siprev>`, and `<pkgrev>` remain constant. It should be
-reset to `1` for the first upload to `<dist>` of a new upstream package version,
-source archive repack, or distribution packaging revision. It must be a string
-of one or more digits, the first of which must be greater than or equal to `1`.
-(A regular expression for this is `[1-9][0-9]*`.)
+string `+<dist>~<distrev>` must be included in the version identifier. `<dist>`
+is the distribution into which the package is to be installed, may only consist
+of lowercase Latin letters and digits, and must be at least one character long.
+(A regular expression for this is `[a-z0-9]+`.) `<distrev>` is a number that
+should be incremented on each upload to `<dist>` while `<pkgver>`, `<siprev>`,
+and `<pkgrev>` remain constant. It should be reset to `1` for the first upload
+to `<dist>` of a new upstream package version, source archive repack, or
+distribution packaging revision. It must be a string of one or more digits, the
+first of which must be greater than or equal to `1`. (A regular expression for
+this is `[1-9][0-9]*`.)