summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Horwell2024-03-07 22:34:33 +0000
committerLuke Horwell2024-03-07 22:35:24 +0000
commita9ab192c7c4195d771c7639ef4bd505cb93ccc05 (patch)
tree4407ba1329828be342b3bab1a1ee2719c8f155dc /PKGBUILD
parent000d930eb9467711411b5ee50ea2f4c5a3672fad (diff)
downloadaur-a9ab192c7c4195d771c7639ef4bd505cb93ccc05.tar.gz
Switch to SPDX license identifier
https://rfc.archlinux.page/0016-spdx-license-identifiers/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81e0b4b5fe4f..3324a0f13f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='RGB lighting management front-end application for OpenRazer'
arch=('any')
url='https://github.com/polychromatic/polychromatic'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('python' 'python-colorama' 'python-colour' 'python-setproctitle' 'python-requests' 'python-pyqt5' 'python-pyqt5-webengine' 'qt5-svg' 'libappindicator-gtk3' 'python-gobject' 'python-openrazer')
makedepends=('meson' 'ninja' 'sassc')
source=("$pkgname-v$pkgver.tar.gz::https://github.com/polychromatic/polychromatic/archive/v$pkgver.tar.gz")