diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-01-17 11:02:43 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-01-17 11:35:04 +0100 |
commit | ddbe1d1b1ea5f4f0735b18d87cd76d8e72909946 (patch) | |
tree | f81f45e7e3574f84ff158be15c91270e8a5e05b0 | |
parent | bfea8b29ad01e72f2c694742084778d112fb300a (diff) |
Promote the use of mkaurball
mkaurball automatically adds .AURINFO meta data when building, so tell
people to use that instead of `makepkg --source`.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 6503c0b..5d4b917 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -477,7 +477,7 @@ html_header("Submit"); <div class="box"> <h2><?= __("Submit"); ?></h2> - <p><?= __("Upload your source packages here. Create source packages with `makepkg --source`.") ?></p> + <p><?= __("Upload your source packages here. Create source packages with `mkaurball`.") ?></p> <?php if (empty($_REQUEST['pkgsubmit']) || $error): |