@@ -123,7 +123,7 @@ Server Name: pulseaudio
123123If you don't know which version fits your Linux setup, go to the [ PipeWire vs PulseAudio section] ( #which-one-am-i-using ) above.
124124
125125* [ Debian/Ubuntu (PPA)] ( #debianubuntu )
126- <!-- * [Arch Linux (AUR)](#arch) -->
126+ * [ Arch Linux (AUR)] ( #arch )
127127* [ Build from sources] ( #build-from-sources )
128128
129129### Debian/Ubuntu
@@ -147,26 +147,44 @@ sudo apt install jamesdsp-pulse
147147[ View PPA on GitHub] ( https://github.com/ThePBone/PPA-Repository )
148148
149149
150- <!--
151150### Arch
152- TBD
151+ [ AUR packages ] ( https://aur.archlinux.org/packages/?O=0&K=jamesdsp ) are available:
153152
154- On Arch you can install the [AUR package](https://aur.archlinux.org/packages/jdsp4linux-gui-git/) by yochananmarqos:
155- ```bash
156- yay -S jdsp4linux-git
157- ```
153+ For ** PipeWire clients** only:
154+ * Stable version
155+
156+ ![ AUR version] ( https://img.shields.io/aur/version/jamesdsp ) ![ AUR version] ( https://img.shields.io/aur/votes/jamesdsp ) ![ AUR version] ( https://img.shields.io/aur/maintainer/jamesdsp ) ![ AUR version] ( https://img.shields.io/aur/last-modified/jamesdsp )
157+ ```
158+ yay -S jamesdsp
159+ ```
160+
161+ * Development version
162+
163+ ![ AUR version] ( https://img.shields.io/aur/version/jamesdsp-git ) ![ AUR version] ( https://img.shields.io/aur/votes/jamesdsp-git ) ![ AUR version] ( https://img.shields.io/aur/maintainer/jamesdsp-git ) ![ AUR version] ( https://img.shields.io/aur/last-modified/jamesdsp-git )
164+ ```
165+ yay -S jamesdsp-git
166+ ```
167+
168+ For ** PulseAudio clients** only:
169+ * Stable version
170+
171+ ![ AUR version] ( https://img.shields.io/aur/version/jamesdsp-pulse ) ![ AUR version] ( https://img.shields.io/aur/votes/jamesdsp-pulse ) ![ AUR version] ( https://img.shields.io/aur/maintainer/jamesdsp-pulse ) ![ AUR version] ( https://img.shields.io/aur/last-modified/jamesdsp-pulse )
172+ ```
173+ yay -S jamesdsp-pulse
174+ ```
175+
176+ * Development version
177+
178+ ![ AUR version] ( https://img.shields.io/aur/version/jamesdsp-pulse-git ) ![ AUR version] ( https://img.shields.io/aur/votes/jamesdsp-pulse-git ) ![ AUR version] ( https://img.shields.io/aur/maintainer/jamesdsp-pulse-git ) ![ AUR version] ( https://img.shields.io/aur/last-modified/jamesdsp-pulse-git )
179+ ```
180+ yay -S jamesdsp-pulse-git
181+ ```
158182
159- Or [this one](https://aur.archlinux.org/packages/jdsp4linux-gui) to get the latest stable release:
160- ```bash
161- yay -S jdsp4linux
162- ```
163-  
164- -->
165183### Build from sources
166184
167185Minimum version requirements:
168186
169- * Qt 5.11 or later
187+ * Qt 5.12.8 or later
170188* Not designed to be used with Qt 6
171189* Compiler support for C++17 standard required
172190* Pipewire 0.3 or later
0 commit comments