mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Suggest using makepkg instead of mkaurball
pacman 4.2.0 supports .SRCINFO and generates meta data by default. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
2de66131b8
commit
cee68a95f3
2 changed files with 6 additions and 6 deletions
8
README
8
README
|
@ -3,10 +3,10 @@ Arch User Repository (AUR)
|
||||||
|
|
||||||
The Arch User Repository (AUR) is a framework for hosting a collection of
|
The Arch User Repository (AUR) is a framework for hosting a collection of
|
||||||
packaging scripts that are created and submitted by the Arch community. The
|
packaging scripts that are created and submitted by the Arch community. The
|
||||||
scripts contained in the repository (PKGBUILDs) can be built using the AUR
|
scripts contained in the repository (PKGBUILDs) can be built using makepkg and
|
||||||
building/packaging script `mkaurball` and installed via the Arch package
|
installed via the Arch package manager pacman. The AUR project aims to provide
|
||||||
manager `pacman`. The AUR project aims to provide the necessary web interface,
|
the necessary web interface, database schema, and scripts for a multi-lingual
|
||||||
database schema, and scripts for a multi-lingual community-driven repository.
|
community-driven repository.
|
||||||
|
|
||||||
Functionality
|
Functionality
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -124,7 +124,7 @@ if ($uid):
|
||||||
if (empty($srcinfo_raw)) {
|
if (empty($srcinfo_raw)) {
|
||||||
$srcinfo_raw = '';
|
$srcinfo_raw = '';
|
||||||
if (!$error) {
|
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">
|
<div class="box">
|
||||||
<h2><?= __("Submit"); ?></h2>
|
<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
|
<?php
|
||||||
if (empty($_REQUEST['pkgsubmit']) || $error):
|
if (empty($_REQUEST['pkgsubmit']) || $error):
|
||||||
|
|
Loading…
Add table
Reference in a new issue