* Use RPCv4
* Use git clones instead of source tarballs (34)
* Display Popularity field
* Delete Category field
* Use ``.SRCINFO` files instead of running PKGBUILDs (via ``python-srcinfo``)
* Don’t build split packages twice (happened in eg. ``pkgbuilder -Syu``)
* Run ``sudo true`` before attempting to move files so that ``mv`` failures don’t cause an infinite loop
* Add ``--skippgpcheck`` option (mirrors makepkg’s)
* API change: use one ``__main__.py`` file instead of two different files
* API change: move some UI functions from ``pkgbuilder.utils`` to ``pkgbuilder.ui``
* API change: cd out of the directory in ``build_runner``