summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2019-12-06 14:54:58 +0100
committerJuliette Monsel2019-12-06 14:54:58 +0100
commit3ffcea19d317b84090567adc1286c0fc38e7c3f2 (patch)
tree16ce92bbf6c8bfefcc9125fd30a60bb3db5b1e18 /PKGBUILD
parentc2ed7f053dc440d554bfae61051b350320e228f4 (diff)
downloadaur-3ffcea19d317b84090567adc1286c0fc38e7c3f2.tar.gz
New upstream release v1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b35de5e9209c..b92e5c93e920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname='python-pynput'
-pkgver=1.4.5
+pkgver=1.5.2
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=('c008b3cb40eadcb7413f0d7e0f67b8cb17794fa27f48fab1f17f4fb2f4cd6baf56bca7de461a13b93e90adf9ad55239d3e242f1f723f2e908bc6f917373ca608'
+sha512sums=('8aa54958bf5f48bdbda72f72c38f3302ddbfcde46c4d7fecf8e19f3ce2addecbd83993b97ce3012eda6ccc0b89157329e14b4c76022b4f832d39321bd253acda'
'fd25744095c3201335cf601ec7e514f4bb2943de777849b2e821168d4e61098ecc355cfa13eb07ede7c1b91fe63f694a1dd42b13b5d4b8796a593aa5acf908b9')
makedepends=('python-setuptools')
depends=('python-xlib' 'python-six')