$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)): ?>

:

', 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.

', ''); ?>

" />