summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 15:54:11 -0700
committerMark Wagie2024-01-20 15:54:11 -0700
commitd2aaaef8eba8466816b123c31ff5e84f93291198 (patch)
tree5bff5e4898c42257306c8bee758f3b9f17370bfc
parenta563f2d1edb37ab3931b0df617e0740c0a57d3d6 (diff)
downloadaur-d2aaaef8eba8466816b123c31ff5e84f93291198.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 f0df76ea54af..d3496cbac8d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gnome-shell-extension-rounded-window-corners-git
pkgrel = 1
url = https://github.com/yilozt/rounded-window-corners
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = gobject-introspection
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 7bc82a545236..17719d76e43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A GNOME Shell extension that adds rounded corners for all windows"
arch=('any')
url="https://github.com/yilozt/rounded-window-corners"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gnome-shell')
makedepends=('git' 'gobject-introspection' 'yarn' 'zip')
provides=("${pkgname%-git}")