diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-06 11:19:32 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-06 11:19:32 -0300 |
commit | 07a0b1925f5bd39d622d3912c02ebfccb579bf69 (patch) | |
tree | 8d7d17c74985edefb3928d5e626599720857a76c /templates | |
parent | fee4c20e9607ccc479c33b2476fa1ba709efe607 (diff) |
Removed AUR and pointed to the sources repo
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/search.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 74f7ede3..ead009d0 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -147,18 +147,17 @@ {% else %} <div class="box"> <p>We couldn't find any packages matching your query. 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 }}">searching the AUR</a> - {% else %}searching the AUR{% endif %} - to see if the package can be found there.</p> + using different criteria.</p> </div> {% endif %} <div id="pkglist-about" class="box"> - <p>You are browsing the Parabola package database. From here you can find - detailed information about packages located in the official supported repositories.</p> -</div> + <p>You are browsing the Parabola package database. From here you can + find 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='http://repo.parabolagnulinux.org/sources/packages' + title='Sourceballed packages'>sources repo</a>.</p> </div> <script type="text/javascript" src="/jsi18n/"></script> {% load adminmedia %}<script type="text/javascript" src="{% admin_media_prefix %}js/core.js"></script> |