summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:57:13 -0700
committerMark Wagie2024-01-21 17:57:13 -0700
commiteb5787bbe698d861d1d0b9cf15a5ad08b12ada5c (patch)
tree4e22e3232c080919c987c64e9e95fd3cdcee4069 /PKGBUILD
parentcbc415a9f54fdd3183d1eb547b5f5eef3bbd4b9d (diff)
downloadaur-eb5787bbe698d861d1d0b9cf15a5ad08b12ada5c.tar.gz
use SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')