summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMisaka135142024-01-18 22:24:41 +0800
committerMisaka135142024-01-18 22:24:41 +0800
commitc3d6e2c67468b021de953c42e4e00f5f621bf764 (patch)
tree0280700ba892ab9abe86735542857b292abc6899 /PKGBUILD
parent3125a89f5d8fea47f546f295538008e0e22d95f4 (diff)
downloadaur-hid-ite8291r3-dkms-git.tar.gz
Follow Arch Linux RFC16: Use SPDX license identifiers in PKGBUILDs
In Arch Linux RFC16, Arch Linux decided to use the SPDX license identifier in PKGBUILDs.[1] The Packaging Guideline on Arch Wiki has been updated.[2] 1. https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst 2. https://wiki.archlinux.org/title/PKGBUILD#license See also: archlinuxcn/repo#3587
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f771e0739f6..a990556969b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgbase=hid-ite8291r3
pkgname=hid-ite8291r3-dkms-git
pkgver=r14.7ad5991
-pkgrel=1
+pkgrel=2
pkgdesc="Linux kernel driver for the ITE 8291 (rev 0.03) RGB keyboard backlight controller"
arch=('x86_64')
url="https://github.com/pobrn/hid-ite8291r3"
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('dkms')
makedepends=('git')
provides=("${pkgname%-git}")