summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:00:05 -0700
committerMark Wagie2024-01-21 11:00:05 -0700
commitff140e4eca4f7e6163ba7148fc8ee8ba2da6e9d2 (patch)
tree0fa377bab505b6a78acfa8bdecebfa1a53a6ceb8
parentef7076df00dad8255b513a85c5f5f171264c120c (diff)
downloadaur-ff140e4eca4f7e6163ba7148fc8ee8ba2da6e9d2.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02108392b30c..8f82887e6f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = pop-shell-shortcuts-git
url = https://github.com/pop-os/shell-shortcuts
arch = x86_64
arch = aarch64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = cargo
makedepends = git
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 3906c93ce6db..cc27c3a9416b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ epoch=1
pkgdesc="Application for displaying and demoing Pop Shell shortcuts"
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/shell-shortcuts"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtk3')
makedepends=('cargo' 'git')
provides=("${pkgname%-git}")