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 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')