commit 0d09943e0420ef08116ef149cafc3a9d20081b51 Author: Damian Johnson atagar@torproject.org Date: Sun Nov 18 11:04:55 2018 -0800
Update ArchLinux instructions
Stem has been removed from the community maintained AUR repository, and moved to the official ArchLinux repos. As sucn updating our links and installation instructions.
[1] https://aur.archlinux.org/packages/stem/ [2] https://www.archlinux.org/packages/community/any/python-stem/ --- docs/download.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst index 4413ff23..5b675d2e 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -157,19 +157,16 @@ Download % sudo emerge stem
* - .. image:: /_static/section/download/archlinux.png - :target: https://aur.archlinux.org/packages/stem/ + :target: https://www.archlinux.org/packages/community/any/python-stem/
- .. image:: /_static/label/archlinux.png - :target: https://aur.archlinux.org/packages/stem/ + :target: https://www.archlinux.org/packages/community/any/python-stem/
- Package by Sjon for `Arch Linux - https://wiki.archlinux.org/index.php/AUR#Installing_packages`_. + Package by Sjon for `Arch Linux...
::
- % wget https://aur.archlinux.org/cgit/aur.git/snapshot/stem.tar.gz - % tar -xvf stem.tar.gz - % cd stem; makepkg --install + % pacman -S python-stem
* - .. image:: /_static/section/download/slackware.png :target: https://slackbuilds.org/repository/14.2/python/stem/
tor-commits@lists.torproject.org