summaryrefslogtreecommitdiffstats
path: root/main/migrations/0043_auto__add_field_package_epoch.py
AgeCommit message (Collapse)AuthorFilesLines
2011-03-13Add package epoch supportDan McGee1-0/+162
This comes with pacman 3.5, replacing the old "force" PKGBUILD option. We parse it and store it for now, but don't display it anywhere just yet. Also update a few queries relying on version differences in any of the multiple parts. Signed-off-by: Dan McGee <dan@archlinux.org>