From 3ccfbf7569066c5c971e9702dd77a71c335fc3b3 Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 14 Oct 2018 23:56:35 +0200 Subject: [PATCH] acpilight: use latest commit to fix udev rules --- srcpkgs/acpilight/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/acpilight/template b/srcpkgs/acpilight/template index 59a911ab28b..598a271526a 100644 --- a/srcpkgs/acpilight/template +++ b/srcpkgs/acpilight/template @@ -1,16 +1,17 @@ # Template file for 'acpilight' pkgname=acpilight version=1.1 -revision=2 -wrksrc="${pkgname}-v${version}" +revision=3 +_commit=f54865ed9a11eedaeffa71af320a3bf36c89f15d +wrksrc="${pkgname}-${_commit}" noarch=yes depends="python3" short_desc="Backward-compatibile xbacklight replacement" maintainer="cr6git " 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 +distfiles="https://gitlab.com/wavexx/acpilight/-/archive/${_commit}/${pkgname}-${_commit}.tar.bz2" +checksum=f78603f2d1f64a2c32890e58b4072d1604d038c6d0d86017db3acb7a54eebe25 replaces="xbacklight>=0" provides="xbacklight-${version}_${revision}"