{% extends "base.html" %} {% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package Details{% endblock %} {% block content %}
Architecture: | {{ pkg.arch.name }} |
---|---|
Repository: | {{ pkg.repo.name|capfirst }} |
Base Package Name: | {{ pkg.pkgbase }} |
Description: | {% if pkg.pkgdesc %}{{ pkg.pkgdesc }}{% endif %} |
Upstream URL: | {% if pkg.url %}{{ pkg.url }}{% endif %} |
License: | {{ pkg.license }} |
Maintainers: | {% with pkg.maintainers as maints %}{% if maints %}
{% for m in maints %}
{{ m.get_full_name }} {% endfor %} {% else %}Orphan{% endif %} |
{% endwith %}
Package Size: | {{ pkg.compressed_size|filesizeformat }} |
Installed Size: | {{ pkg.installed_size|filesizeformat }} |
Build Date: | {{ pkg.build_date }} UTC |
Last Updated: | {{ pkg.last_update|date:"Y-m-d" }} |