summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")