{% extends "base.html" %} {% load url from future %} {% load package_extras %} {% block title %}Arch Linux - Not Available - {{ update.pkgname }} {{ update.old_version }} ({{ update.arch.name }}){% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %}
{{ update.pkgname }} {{ update.old_version }} has been removed from the [{{ update.repo.name|lower }}] repository.
{% with update.elsewhere as elsewhere %}{% if elsewhere %}However, this package is available in other repositories:
Unfortunately, this package cannot be found in any other repositories. Try using the package search page, or try searching the AUR to see if the package can be found there.
{% endif %}{% endwith %}