summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 17:02:40 -0700
committerMark Wagie2024-01-20 17:02:40 -0700
commit7f0b71e1167421955933eab58b97a02d015c8761 (patch)
tree846896bc10f709bd204ce67692a546058c5edae3
parentfff495581991a5e74e3116b40333ab2228d9bbb2 (diff)
downloadaur-7f0b71e1167421955933eab58b97a02d015c8761.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 1eb6825490ac..3d18e49a4620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = monitorets
pkgrel = 1
url = https://github.com/jorchube/monitorets
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = meson
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index 0a91a88fae32..9d8fe0352711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Have always at a glance the usage of system resources"
arch=('any')
url="https://github.com/jorchube/monitorets"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('libadwaita' 'python-cairo' 'python-gobject' 'python-psutil'
'python-xdg-base-dirs')
makedepends=('meson')