{% extends "layout.html" %} {% block title %}Repo Updates{% endblock %} {% block inner_content %}

Repo Updates

The last {{ packages|length }} repo updates {% if repo_filter %}({{ repo_filter }}){% endif %}

Everything listed here can be installed/updated via pacman. Depending on the mirror used, there might be a slight delay.

Repositories:

{% for p in packages %} {% endfor %}
Build Date Repo Binary Package Version
{{ (p.builddate|timestamp).split()[0] }} {{ p.repo }} {{ p.name }} {{ p.version }}
... ... ... ...
{% endblock %}