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 6ef11a5bca7c..5072f7b1cad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = imeditor
pkgrel = 1
url = https://imeditor.github.io
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = meson
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 97d9b02bb2e6..3199dcfbb7d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Simple & versatile image editor."
arch=('any')
url="https://imeditor.github.io"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtk3' 'python-gobject' 'python-pillow')
makedepends=('meson')
checkdepends=('appstream-glib')