summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2024-04-28 13:02:57 +0200
committerPeter Mattern2024-04-28 13:02:57 +0200
commit781f40df292f15e2dac15a19308c06a6c562a29b (patch)
treebdccd7653e2c125f10169a0dc616d0f654b563f5
parentcb8732db8519d2ed21c8da945e45a9e22ffe3d20 (diff)
downloadaur-781f40df292f15e2dac15a19308c06a6c562a29b.tar.gz
Use SPDX-compatible license string
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f425d55353e..d5b2418c5ebf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = meteo-qt
pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = qt5-tools
depends = python-lxml
depends = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 2bbf983e3d3e..127b01418bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('python-lxml' 'python-pyqt5' 'python-urllib3')
makedepends=('qt5-tools')
optdepends=('qt5-translations: translations of some native UI components')