summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 16:57:15 -0700
committerMark Wagie2024-01-20 16:57:15 -0700
commit7281ba307808a3ed31fb5ae9c706b2015d4d78a0 (patch)
tree73c0a96ff013451a81b9d5a3a74dd7adb6740bd7
parent14543e0a2798ff5a6a9f4fadf390c97a5a88ae63 (diff)
downloadaur-7281ba307808a3ed31fb5ae9c706b2015d4d78a0.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 4f4910baf954..5c7363a63841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = marker-git
pkgrel = 1
url = https://fabiocolacio.github.io/Marker
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = git
makedepends = itstool
diff --git a/PKGBUILD b/PKGBUILD
index 7bf0449bdf15..9e6889530f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Markdown editor for linux made with Gtk+-3.0"
arch=('x86_64')
url="https://fabiocolacio.github.io/Marker"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk-4.1')
makedepends=('git' 'itstool' 'meson')
checkdepends=('appstream-glib')