summaryrefslogtreecommitdiff
path: root/templates/packages/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r--templates/packages/search.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index a7433934..41e36193 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -134,16 +134,14 @@
{% endif %}
</form>
</div>
-
<div id="pkglist-about" class="box">
<p>Can't find what you are looking for? Try searching again
- using different criteria, or try
- {% if search_form.q.data %}
- <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data|urlencode }}">searching the AUR</a>
- {% else %}searching the <a href="https://aur.archlinux.org/">AUR</a>{% endif %}
- to see if the package can be found there.</p>
+ using different criteria.</p>
<p>You are browsing the {{ BRANDING_DISTRONAME }} package database. From here you can find
- detailed information about packages located in the official supported repositories.</p>
+ detailed information about packages located in the official supported repositories.
+ If you need the sourceball from where a package is built, you can look at our <a
+ href="https://repo.parabola.nu/sources/packages"
+ title="Sourceballed packages">sources repo</a>.</p>
</div>
{% endblock %}