acpilight: update to 1.1. (#654)
This commit is contained in:
parent
04052ce1ec
commit
9b63680c29
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'acpilight'
|
||||
pkgname=acpilight
|
||||
version=1.0.1
|
||||
version=1.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
noarch=yes
|
||||
depends="python"
|
||||
short_desc="Backward-compatibile xbacklight replacement"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
homepage="https://github.com/wavexx/acpilight"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/wavexx/acpilight/archive/v${version}.tar.gz"
|
||||
checksum=4ea6137a3cc4d9431526baa191d973ec18ccc2bb0fd0710ea8ddb5d8048a02e1
|
||||
conflicts="xbacklight>=0"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/wavexx/acpilight"
|
||||
distfiles="https://gitlab.com/wavexx/acpilight/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=0a5ef16a39c05c1eb195823d906c08f8f912aa48122b31e6dd364c7f9d6c37aa
|
||||
replaces="xbacklight>=0"
|
||||
provides="xbacklight-${version}_${revision}"
|
||||
|
||||
do_install() {
|
||||
vbin xbacklight
|
||||
|
|
Loading…
Reference in New Issue