summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:18:30 -0700
committerMark Wagie2024-01-20 13:18:30 -0700
commit9190b93f21c14fbead0c793b2e7f758b4d7bbd38 (patch)
treef2cb68a5b358fc9e2af3e5db32fc06177c741cab
parent09c6d10dc8b0ebe9f7d8fea64783ec20f7e5df8e (diff)
downloadaur-9190b93f21c14fbead0c793b2e7f758b4d7bbd38.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0320972dfd4c..11ec1d69db5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = atoms
pkgrel = 1
url = https://github.com/AtomsDevs/Atoms
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = git
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index af395b2ab58d..ca5b90626744 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Easily manage Linux Chroot(s) and Containers"
arch=('any')
url="https://github.com/AtomsDevs/Atoms"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('adobe-source-code-pro-fonts' 'libadwaita' 'podman' 'proot-termux'
'python-certifi' 'python-chardet' 'python-gobject' 'python-idna'
'python-orjson' 'python-requests' 'python-tabulate' 'python-uproot'