$i) { $id = intval($id); if ($id > 0) { $ids[] = $id; } } } /* Perform package base actions. */ $ret = false; $output = ""; if (check_token()) { if (current_action("do_Flag")) { list($ret, $output) = pkgbase_flag($ids, $_POST['comments']); } if ($ret) { header('Location: ' . get_pkgbase_uri($pkgbase_name)); exit(); } } /* Get default comment. */ $comment = ''; if (isset($_POST['comments'])) { $comment = $_POST['comments']; } html_header(__("Flag Package Out-Of-Date")); if (has_credential(CRED_PKGBASE_FLAG)): ?>
= __('Use this form to flag the package base %s%s%s and the following packages out-of-date: ', '', htmlspecialchars($pkgbase_name), ''); ?>
This seems to be a VCS package. Please do not flag it out-of-date if the package version in the AUR does not match the most recent commit. Flagging this package should only be done if the sources moved or changes in the PKGBUILD are required because of recent upstream changes.
= __('Please do %snot%s use this form to report bugs. Use the package comments instead.', '', ''); ?> = __('Enter details on why the package is out-of-date below, preferably including links to the release announcement or the new release tarball.'); ?>