mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
acpilight: fix dependency (#1143)
This commit is contained in:
parent
b47b0e1b4d
commit
a72228e055
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'acpilight'
|
# Template file for 'acpilight'
|
||||||
pkgname=acpilight
|
pkgname=acpilight
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python"
|
depends="python3"
|
||||||
short_desc="Backward-compatibile xbacklight replacement"
|
short_desc="Backward-compatibile xbacklight replacement"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue