mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
bfea8b29ad
commit
ddbe1d1b1e
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue