summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:34:03 -0700
committerMark Wagie2024-01-20 13:34:03 -0700
commit27e04f081da726c81cdd97545ace84e49dd5f557 (patch)
tree45207d53452387b2ffeca714d9fd7feeebf7272e
parent1c14385619b4658595ecb830276d77fa871ec92b (diff)
downloadaur-27e04f081da726c81cdd97545ace84e49dd5f557.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 936bf705f1ac..76c44b9f0af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = clight
install = clight.install
arch = x86_64
arch = aarch64
- license = GPL
+ license = GPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = bash-completion
diff --git a/PKGBUILD b/PKGBUILD
index 49b9cbfa9f4f..add673d8c96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms."
arch=('x86_64' 'aarch64')
url="https://github.com/FedeDP/Clight"
-license=('GPL')
+license=('GPL-3.0-or-later')
depends=('clightd' 'gsl' 'hicolor-icon-theme' 'libconfig' 'popt')
makedepends=('git' 'cmake' 'bash-completion')
optdepends=('geoclue: to retrieve user location through geoclue.'