summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:57:13 -0700
committerMark Wagie2024-01-21 17:57:13 -0700
commiteb5787bbe698d861d1d0b9cf15a5ad08b12ada5c (patch)
tree4e22e3232c080919c987c64e9e95fd3cdcee4069
parentcbc415a9f54fdd3183d1eb547b5f5eef3bbd4b9d (diff)
downloadaur-whatip.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ddf39de47a1..c3c53b37b21d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = whatip
pkgrel = 1
url = https://gabmus.gitlab.io/whatip
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream
makedepends = blueprint-compiler
makedepends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 30e24251db04..704c3763e4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=whatip
pkgver=1.2
pkgrel=1
pkgdesc="Info on your IP"
arch=('any')
url="https://gabmus.gitlab.io/whatip"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('iproute2' 'libadwaita' 'python-requests' 'python-netaddr' 'python-gobject')
makedepends=('blueprint-compiler' 'gobject-introspection' 'meson')
checkdepends=('appstream')