diff options
Diffstat (limited to 'templates/packages/removed.html')
-rw-r--r-- | templates/packages/removed.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/packages/removed.html b/templates/packages/removed.html index 2d730130..7f6600ee 100644 --- a/templates/packages/removed.html +++ b/templates/packages/removed.html @@ -18,10 +18,7 @@ {% endfor %} </ul> {% else %} - <p>Unfortunately, this package cannot be found in any other repositories. - Try using the <a href="{% url 'packages-search' %}?name={{ update.pkgname|urlencode }}">package search page</a>, - or try <a href="https://aur.archlinux.org/packages.php?K={{ update.pkgname|urlencode }}">searching the AUR</a> - to see if the package can be found there.</p> + <p>Unfortunately, this package cannot be found in any other repositories.</p> {% endif %} </div> {% endblock %} |