summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2019-05-03 14:06:38 +0200
committerJuliette Monsel2019-05-03 14:06:38 +0200
commite62979077d0fb71a4e4cf8582769ad369abab52d (patch)
treea612300b8df4888cf274ac0d5877cf3e73c3d5f2 /PKGBUILD
parente370b32c5d0a1d5f862700c0f01dd70632b48d98 (diff)
downloadaur-e62979077d0fb71a4e4cf8582769ad369abab52d.tar.gz
v1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f8d619134b1..b69691bf1439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-pynput' 'python2-pynput')
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
_name=pynput
pkgdesc="Python library to monitor and control user input devices"
@@ -8,7 +8,7 @@ arch=('any')
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")
-sha512sums=('b1026b76a1782ddf5d620e9d9330531c743800da2d4b40b590b4545c1a218983eb423d56291f3dd330060d10a6bfd40b3c5e4b2a7acc55c4b555bd49dd805475')
+sha512sums=('59afc052739d2b9b0a6bc437244ef182d8cb39b0ed0cf37c643372079f2c736943f201cb5c4d8d0c8d5a8306e25d14c6ae26a5b5fd33f7a3c84d369359ae399a')
makedepends=('python-setuptools' 'python2-setuptools')
build() {