summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-13 14:55:26 +0200
committerMartchus2024-05-13 14:55:26 +0200
commit0bc451351c21e71872defb0dbcbef117f89756eb (patch)
tree390d27d1da96e8ec5dd41b692858b8fd493c44f0
parent97070d49b90eada86284da7e507e7ec066742f7a (diff)
downloadaur-0bc451351c21e71872defb0dbcbef117f89756eb.tar.gz
Use SPDX license identifier
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 430b48f3a3ef..f6a14ffada93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = cmake-format
pkgrel = 3
url = https://github.com/cheshirekow/cmake_format
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = cmake
makedepends = python-setuptools
depends = python-six>=1.13.0
@@ -17,3 +17,4 @@ pkgbase = cmake-format
sha512sums = eb7fde540860b6119d0bb528f22592fb4b507f9319aeda0999da10bcc89ee1348fd7d701fc49aa5dac7616e1577e436cbd73de94dbbab0cafdf28e1812612342
pkgname = cmake-format
+
diff --git a/PKGBUILD b/PKGBUILD
index c736c96734ef..53522d7b5b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=3
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('python-six>=1.13.0')
makedepends=('python-setuptools')
optdepends=('python-yaml>=5.3: YAML config files' 'python-jinja>=2.10.3: complete HTML annotation' 'python-argcomplete: automatic shell completion')