mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
[FastAPI] include DepArch in dependency list
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
a0be018547
commit
1c26ce52a5
2 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
</a>
|
||||
{% endif %}
|
||||
{{ dep.Package | provides_list(dep.DepName) | safe }}
|
||||
{% if dep.DepArch %}
|
||||
<em>({{ dep.DepArch }})</em>
|
||||
{% endif %}
|
||||
<!-- If this dependency type is an optdepends (id: 4). -->
|
||||
{% if dep.DepTypeID == 4 %}
|
||||
<em>{{ dep | dep_extra_desc }}</em>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue