summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 10:39:17 -0700
committerMark Wagie2024-01-21 10:39:17 -0700
commit804b8d5e7c99865b9ed443391d54744a745b8e77 (patch)
tree16985655a30177b511ae3fab3d11c3dfce94cf72
parent6c73f8f2f9c6c92d9f16c91a585f4742ab683ad3 (diff)
downloadaur-804b8d5e7c99865b9ed443391d54744a745b8e77.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore13
-rw-r--r--PKGBUILD3
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfc412f4948b..bb16437fa97c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = opencl-caps-viewer
pkgrel = 2
url = https://opencl.gpuinfo.org/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = git
depends = opencl-icd-loader
depends = qt5-x11extras
diff --git a/.gitignore b/.gitignore
index df6518542407..4dab8d6386e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
-opencl-caps-viewer
-OpenCLCapsViewer
-OpenCL-Headers
-pkg
-src
-*.pkg.*
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index ac1e70ac7c16..4e64e0ab2e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Martins Mozeiko <martins.mozeiko@gmail.com>
+# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=opencl-caps-viewer
pkgver=1.20
pkgrel=2
@@ -7,7 +8,7 @@ arch=("x86_64")
depends=("opencl-icd-loader" "qt5-x11extras")
url="https://opencl.gpuinfo.org/"
makedepends=('git')
-license=("GPL2")
+license=("GPL-2.0-or-later")
source=("git+https://github.com/SaschaWillems/OpenCLCapsViewer.git#tag=${pkgver}"
"git+https://github.com/KhronosGroup/OpenCL-Headers.git")