commit 37a1d61b452bd586a37449b788e8525bdf2bd471 Author: Damian Johnson atagar@torproject.org Date: Sun Nov 18 11:57:36 2018 -0800
Update nyx/stem arch linux links
https://gitweb.torproject.org/nyx.git/commit/?id=f14cf44 https://gitweb.torproject.org/stem.git/commit/?id=0d09943 --- package_versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package_versions.py b/package_versions.py index 586c99a..ccae9b4 100755 --- a/package_versions.py +++ b/package_versions.py @@ -48,7 +48,7 @@ PACKAGES = [ Package('debian', 'https://packages.debian.org/source/sid/nyx', DEBIAN_VERSION), Package('fedora', 'https://apps.fedoraproject.org/packages/nyx', FEDORA_VERSION), Package('gentoo', 'https://packages.gentoo.org/packages/net-misc/nyx', None), - Package('archlinux', 'https://aur.archlinux.org/packages/nyx/', AUR_VERSION), + Package('archlinux', 'https://www.archlinux.org/packages/community/any/nyx/', ARCH_LINUX_VERSION), Package('slackware', 'https://slackbuilds.org/repository/14.2/python/nyx/', 'nyx-([0-9.]+).tar.gz'), Package('freebsd', 'https://www.freshports.org/security/nyx/', FREEBSD_VERSION), Package('openbsd', 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/nyx/Makefile?rev=HEAD&am...', OPENBSD_EGG_VERSION), @@ -58,7 +58,7 @@ PACKAGES = [ Package('debian', 'https://packages.debian.org/source/sid/python-stem', DEBIAN_VERSION), Package('fedora', 'https://apps.fedoraproject.org/packages/python-stem', FEDORA_VERSION), Package('gentoo', 'https://packages.gentoo.org/packages/net-libs/stem', None), - Package('archlinux', 'https://aur.archlinux.org/packages/stem/', AUR_VERSION), + Package('archlinux', 'https://www.archlinux.org/packages/community/any/python-stem/', ARCH_LINUX_VERSION), Package('slackware', 'https://slackbuilds.org/repository/14.2/python/stem/', 'stem-([0-9.]+).tar.gz'), Package('freebsd', 'https://www.freshports.org/security/py-stem/', FREEBSD_VERSION), Package('openbsd', 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/py-stem/Makefile?rev=HEA...', OPENBSD_EGG_VERSION),
tor-commits@lists.torproject.org