diff options
Diffstat (limited to 'specs')
-rw-r--r-- | specs/spf-2.0/metadata.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index 51334bd..5323d4c 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -132,9 +132,9 @@ In general, the syntax of source package version identifiers is: <pkgver>[+sip<siprev>][-<pkgrev>][+<dist>~<distrev>] `<pkgver>` is the version of the original upstream package or the native -package. It may only consist of lowercase Latin letters, digits, minus signs, -periods, and tildes. It must be at least one character long. (A regular -expression for this is `[0-9a-z.~-]+`.) +package. It may only consist of lowercase Latin letters, digits, periods, +tildes, and plus signs. It must be at least one character long. (A regular +expression for this is `[0-9a-z.~+]+`.) If the upstream source archive needs to be repacked with certain changes for compliance with the Software Inclusion Policy, the string `+sip<siprev>` must be |