+
+ {{ "There are three types of requests that can be filed in the %sPackage Actions%s box on the package details page:"
+ | tr
+ | format("", "")
+ | safe
+ }}
+
+
+ - {% trans %}Orphan Request{% endtrans %}: {% trans %}Request a package to be disowned, e.g. when the maintainer is inactive and the package has been flagged out-of-date for a long time.{% endtrans %}
+ - {% trans %}Deletion Request{% endtrans %}: {%trans %}Request a package to be removed from the Arch User Repository. Please do not use this if a package is broken and can be fixed easily. Instead, contact the package maintainer and file orphan request if necessary.{% endtrans %}
+ - {% trans %}Merge Request{% endtrans %}: {% trans %}Request a package to be merged into another one. Can be used when a package needs to be renamed or replaced by a split package.{% endtrans %}
+
+
+ {{ "If you want to discuss a request, you can use the %saur-requests%s mailing list. However, please do not use that list to file requests."
+ | tr
+ | format('', "")
+ | safe
+ }}
+
+
+
+ {{ "Git over SSH is now used to submit packages to the AUR. See the %sSubmitting packages%s section of the Arch User Repository ArchWiki page for more details."
+ | tr
+ | format('', "")
+ | safe
+ }}
+
+ {% if ssh_fingerprints %}
+
+ {% trans %}The following SSH fingerprints are used for the AUR:{% endtrans %}
+
+
+ {% for keytype in ssh_fingerprints %}
+ {{ keytype }}
: {{ ssh_fingerprints[keytype] }}
+ {% endfor %}
+
+ {% endif %}
+
+
+ {{ "General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. For discussion relating to the development of the AUR web interface, use the %saur-dev%s mailing list."
+ | tr
+ | format('', "",
+ '', "")
+ | safe
+ }}
+
+
+
+ {{ "If you find a bug in the AUR web interface, please fill out a bug report on our %sbug tracker%s. Use the tracker to report bugs in the AUR web interface %sonly%s. To report packaging bugs contact the package maintainer or leave a comment on the appropriate package page."
+ | tr
+ | format('', "",
+ "", "")
+ | safe
+ }}
+
+