diff --git a/api/requirements.pac b/api/requirements.pac
new file mode 100644
index 0000000000000000000000000000000000000000..7e7cb8a0d314b759c4f3c6d90250b7d64d70ffe8
--- /dev/null
+++ b/api/requirements.pac
@@ -0,0 +1,6 @@
+curl
+file
+ffmpeg
+libjpeg-turbo
+libpqxx
+python
diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 73a22e823fb69ef8299ca035599a9d8f7327d1d2..34b0bce64d0507336c95e5404a6404ddb7bc21aa 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -113,9 +113,10 @@ First, switch to the api directory:
 
     cd api
 
-A few OS packages are required in order to run Funkwhale. The list is available
-in ``api/requirements.apt`` or by running
-``./install_os_dependencies.sh list``.
+A few OS packages are required in order to run Funkwhale. On Debian-like
+ systems, the list is available in ``api/requirements.apt`` or by running
+``./install_os_dependencies.sh list`` and in ``api/requirements.pac`` on
+Arch.
 
 .. note::