summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-01-17 11:02:43 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-01-17 11:35:04 +0100
commitddbe1d1b1ea5f4f0735b18d87cd76d8e72909946 (patch)
treef81f45e7e3574f84ff158be15c91270e8a5e05b0 /web
parentbfea8b29ad01e72f2c694742084778d112fb300a (diff)
downloadaurweb-ddbe1d1b1ea5f4f0735b18d87cd76d8e72909946.tar.xz
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>
Diffstat (limited to 'web')
-rw-r--r--web/html/pkgsubmit.php2
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):