summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/pkgsubmit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index d8df290..098c3fa 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -124,7 +124,7 @@ if ($uid):
if (empty($srcinfo_raw)) {
$srcinfo_raw = '';
if (!$error) {
- $error = __("The source package does not contain any meta data. Please use `mkaurball` to create AUR source packages.");
+ $error = __("The source package does not contain any meta data. Please use `makepkg --source` from pacman 4.2.0 or newer to create AUR source packages.");
}
}
@@ -413,7 +413,7 @@ html_header("Submit");
<div class="box">
<h2><?= __("Submit"); ?></h2>
- <p><?= __("Upload your source packages here. Create source packages with `mkaurball`.") ?></p>
+ <p><?= __("Upload your source packages here. Create source packages with `makepkg --source`.") ?></p>
<?php
if (empty($_REQUEST['pkgsubmit']) || $error):