summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:51:54 -0700
committerMark Wagie2024-01-21 11:51:54 -0700
commitd6513a1bae9f46183bcf3ac56e825a2ebfdf57a6 (patch)
treea5cd6782e953195c349257e66b0aaa8719d8c6bb /PKGBUILD
parent55650ef4c56a09778c3f1e9ba9309ec5510d6e21 (diff)
downloadaur-python-pynput.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 7b4bb73869d0..eef9c37ba457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=python-pynput
_name=${pkgname#python-}
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Python library to monitor and control user input devices"
arch=('any')
url="https://github.com/moses-palmer/pynput"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=('python-xlib' 'python-six' 'python-evdev')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"