summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2020-03-27 11:27:28 +0100
committerJuliette Monsel2020-03-27 11:27:28 +0100
commite52eee3ac81580b5d344b3ba89a70c64013c37dc (patch)
treea9464299b960477d9bc9bc029cad85e9b802cf6c /PKGBUILD
parente5920b801b9b19f2972a85711b6d8652f9e03866 (diff)
downloadaur-e52eee3ac81580b5d344b3ba89a70c64013c37dc.tar.gz
New upstream release - v1.6.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c5e6166d979..b0297b85b3d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname='python-pynput'
-pkgver=1.6.7
+pkgver=1.6.8
pkgrel=1
_name=pynput
pkgdesc="Python library to monitor and control user input devices"
@@ -9,7 +9,7 @@ url="https://github.com/moses-palmer/pynput"
license=('LGPL3')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/moses-palmer/${_name}/archive/v${pkgver}.tar.gz"
"python-pynput.patch")
-sha512sums=('a26f45184808d1642eda667c5567c31678be3e2397206a842942a0d548b6e9c2767349623f176885948caf378040fb31fed986e4ba4ef8d5d4878ba6c29c328c'
+sha512sums=('23cf2e47e0a284aeb2e294529a1f47a01a42bccae146500eee2ff74704cb5ef7ff33327cca5d6ebec338369b1341c489431891d9f034801cc6be9aac2af90442'
'fd25744095c3201335cf601ec7e514f4bb2943de777849b2e821168d4e61098ecc355cfa13eb07ede7c1b91fe63f694a1dd42b13b5d4b8796a593aa5acf908b9')
makedepends=('python-setuptools' 'python-setuptools-lint')
depends=('python-xlib' 'python-six')