diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-26 14:55:45 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-26 14:55:45 (EST) |
commit | c69e47408143f5a25985745bd96ac277db40c131 (patch) | |
tree | 2770812ee0d83510cc98b3865f6decea6cd6f2ea | |
parent | a7027a93dc61fed62be2841615e4bf20aaf62da8 (diff) |
Fix upstream source archive name in format spec.
-rw-r--r-- | specs/source-package-format-1.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/source-package-format-1.0.txt b/specs/source-package-format-1.0.txt index e263069..2bacdeb 100644 --- a/specs/source-package-format-1.0.txt +++ b/specs/source-package-format-1.0.txt @@ -87,7 +87,7 @@ tree: | contain the string "1.0". +- patches/ | Patches to be applied to package sources before building. - +- <pkgname>_<pkgver>.tar.<ext> + +- <pkgname>-<pkgver>.tar.<ext> | Upstream source archive (for non-native packages). \- src/ Package sources (for native packages). |