volctl depends on pulsectl since v0.9.0

ef7fa2386f
This commit is contained in:
Jakub Pastuszek 2021-08-31 17:42:36 +01:00 committed by Michal Vasilek
parent 7a201447a9
commit 63ff0e5395

View file

@ -1,10 +1,10 @@
# Template file for 'volctl'
pkgname=volctl
version=0.9.0
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-yaml python3-click"
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-yaml python3-click python3-pulsectl"
short_desc="Lightweight volume control for pulseaudio in your systray"
maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only"