summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b78c203c58c8..4e8f573caefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=python-pynput
_name=${pkgname#python-}
-pkgver=1.7.4
+pkgver=1.7.5
pkgrel=1
pkgdesc="Python library to monitor and control user input devices"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-xlib' 'python-six' 'python-evdev')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz"
'setup.patch')
-sha256sums=('16fecc4d1e53a28fb7c669c79e189c3f2cde14a08d6b457c3da07075c82f3b4c'
+sha256sums=('e6b7926dd162a883ff16f38e01720a930bbf2509146c9f1cdcecddd25288fb6e'
'c519290a88baa3e15be4bb6cff4d665a020b9e0c8c1241749670d58a48b07e2c')
prepare() {