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>
This commit is contained in:
Lukas Fleischer 2014-01-17 11:02:43 +01:00
parent bfea8b29ad
commit ddbe1d1b1e

View file

@ -477,7 +477,7 @@ html_header("Submit");
<div class="box"> <div class="box">
<h2><?= __("Submit"); ?></h2> <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 <?php
if (empty($_REQUEST['pkgsubmit']) || $error): if (empty($_REQUEST['pkgsubmit']) || $error):