diff --git a/docs/installation/arch.rst b/docs/installation/arch.rst
index f8492fdf..c5675403 100644
--- a/docs/installation/arch.rst
+++ b/docs/installation/arch.rst
@@ -1,20 +1,19 @@
.. _arch-install:
-****************************
-Arch Linux: Install from AUR
-****************************
+**********************************
+Arch Linux: Install from community
+**********************************
If you are running Arch Linux, you can install Mopidy using the
-`mopidy `_ package found in AUR.
+`mopidy `_ package found in ``community``.
-#. To install Mopidy with all dependencies, you can use
- for example `yaourt `_::
+#. To install Mopidy with all dependencies, you can use::
- yaourt -S mopidy
+ pacman -S mopidy
To upgrade Mopidy to future releases, just upgrade your system using::
- yaourt -Syua
+ pacman -Syu
#. Finally, you need to set a couple of :doc:`config values `, and
then you're ready to :doc:`run Mopidy `.
@@ -24,7 +23,7 @@ Installing extensions
=====================
If you want to use any Mopidy extensions, like Spotify support or Last.fm
-scrobbling, AUR also has `packages for lots of Mopidy extensions
+scrobbling, AUR has `packages for lots of Mopidy extensions
`_.
You can also install any Mopidy extension directly from PyPI with ``pip``. To
diff --git a/docs/installation/source.rst b/docs/installation/source.rst
index c2018984..204cc1df 100644
--- a/docs/installation/source.rst
+++ b/docs/installation/source.rst
@@ -5,7 +5,7 @@ Install from source
*******************
If you are on Linux, but can't install :ref:`from the APT archive
-` or :ref:`from AUR `, you can install Mopidy
+` or :ref:`from the Arch Linux repository `, you can install Mopidy
from PyPI using the ``pip`` installer.
If you are looking to contribute or wish to install from source using ``git``
diff --git a/docs/running.rst b/docs/running.rst
index af37d481..2c7ced21 100644
--- a/docs/running.rst
+++ b/docs/running.rst
@@ -33,8 +33,8 @@ Init scripts
`_. For
more details, see the :ref:`debian` section of the docs.
-- The ``mopidy`` package in `Arch Linux AUR
- `__ comes with a systemd init
+- The ``mopidy`` package in `Arch Linux
+ `__ comes with a systemd init
script.
- A blog post by Benjamin Guillet explains how to `Daemonize Mopidy and Launch