From da72fa1b69e9cb7f1fb77d99270630ca26ce1082 Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Fri, 12 Apr 2024 11:29:49 +0800 Subject: [PATCH] light-git: update license (#3587) Signed-off-by: Wenxuan Zhang --- archlinuxcn/light-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlinuxcn/light-git/PKGBUILD b/archlinuxcn/light-git/PKGBUILD index fb5d46be443c..7dc3e6b1d719 100644 --- a/archlinuxcn/light-git/PKGBUILD +++ b/archlinuxcn/light-git/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='Program to easily change brightness on backlight-controllers.' arch=('i686' 'x86_64') url="https://github.com/haikarainen/light" -license=('GPL3') +license=('GPL-3.0-or-later') makedepends=(git autoconf automake) conflicts=('light') provides=('light')