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:
parent
9ba681a1c2
commit
45cd6e0001
1 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue