summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:12:22 -0700
committerMark Wagie2024-01-20 13:12:22 -0700
commit8f20188f02eac428fb4cccaf1ff42df6086c06f8 (patch)
tree83293637c8981efdb1f2490a2f0657ce13997ee4
parent1505cb450f942b0224721c9280d8a94aee19a4be (diff)
downloadaur-8f20188f02eac428fb4cccaf1ff42df6086c06f8.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 771561cda938..eae74b941ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = arronax
pkgrel = 3
url = https://www.florian-diesch.de/software/arronax
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 491eb4f498f5..2ba16077c735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.8.1
pkgrel=3
pkgdesc="A GTK based GUI program to create and modify starters (*.desktop files) for applications, files, and URIs."
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-or-later')
url="https://www.florian-diesch.de/software/arronax"
depends=('libwnck3' 'python-gobject' 'python-pyxdg')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')