persepolis: remove pulseaudio dependency

persepolis uses paplay which was moved to pulseaudio-utils, so there is
no need to depend on pulseaudio
This commit is contained in:
Michal Vasilek 2021-12-26 21:10:05 +01:00
parent 9ba681a1c2
commit 45cd6e0001

View file

@ -1,11 +1,11 @@
# Template file for 'persepolis'
pkgname=persepolis
version=3.2.0
revision=4
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-setproctitle python3-requests
python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
python3-psutil aria2 ffmpeg libnotify pulseaudio-utils youtube-dl
sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
depends="${hostmakedepends/python3-setuptools/}"
short_desc="Download manager and GUI for Aria2"
maintainer="Nathan Owens <ndowens04@gmail.com>"