From cee68a95f3a6e7a5c9c13cb07ba940db4a0ade85 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 19 Dec 2014 10:46:30 +0100 Subject: Suggest using makepkg instead of mkaurball pacman 4.2.0 supports .SRCINFO and generates meta data by default. Signed-off-by: Lukas Fleischer --- web/html/pkgsubmit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') 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");

-

+