commit 33df762f055c718d3604061bc30986b2731ae76c Author: Damian Johnson atagar@torproject.org Date: Sun Feb 11 19:22:32 2018 -0800
Track txtorcon's archlinux version --- package_versions.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/package_versions.py b/package_versions.py index aa10bad..03282fb 100755 --- a/package_versions.py +++ b/package_versions.py @@ -61,6 +61,7 @@ PACKAGES = [ ('txtorcon', [ Package('debian', 'https://packages.debian.org/sid/python-txtorcon', DEBIAN_VERSION), Package('gentoo', 'https://packages.gentoo.org/packages/dev-python/txtorcon', None), + Package('archlinux', 'https://aur.archlinux.org/packages/python-txtorcon/', AUR_VERSION), Package('slackware', 'https://slackbuilds.org/repository/14.2/python/txtorcon/', 'txtorcon-([0-9.]+).tar.gz'), Package('freebsd', 'https://www.freshports.org/security/py-txtorcon/', FREEBSD_VERSION), ]),
tor-commits@lists.torproject.org