summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444279c51c8a..41b586c8e0c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-pynput
pkgdesc = Python library to monitor and control user input devices
- pkgver = 1.4.4
- pkgrel = 2
+ pkgver = 1.4.5
+ pkgrel = 1
url = https://github.com/moses-palmer/pynput
arch = any
license = LGPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-pynput-1.4.4.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.4.tar.gz
+ source = python-pynput-1.4.5.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.5.tar.gz
source = python-pynput.patch
- sha512sums = 6145aa134e15dcfcaf04ec65c8c05a07b457a78030f8bfed44620bc2590773d3be4707ae619c1afdcb25f0587faf0c8aa932cc0af53aaa999d634f68ce4e5193
+ sha512sums = c008b3cb40eadcb7413f0d7e0f67b8cb17794fa27f48fab1f17f4fb2f4cd6baf56bca7de461a13b93e90adf9ad55239d3e242f1f723f2e908bc6f917373ca608
sha512sums = fd25744095c3201335cf601ec7e514f4bb2943de777849b2e821168d4e61098ecc355cfa13eb07ede7c1b91fe63f694a1dd42b13b5d4b8796a593aa5acf908b9
pkgname = python-pynput
diff --git a/PKGBUILD b/PKGBUILD
index da961e4284fe..fb40cbad99cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-pynput' 'python2-pynput')
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
_name=pynput
pkgdesc="Python library to monitor and control user input devices"
arch=('any')
@@ -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=('6145aa134e15dcfcaf04ec65c8c05a07b457a78030f8bfed44620bc2590773d3be4707ae619c1afdcb25f0587faf0c8aa932cc0af53aaa999d634f68ce4e5193'
+sha512sums=('c008b3cb40eadcb7413f0d7e0f67b8cb17794fa27f48fab1f17f4fb2f4cd6baf56bca7de461a13b93e90adf9ad55239d3e242f1f723f2e908bc6f917373ca608'
'fd25744095c3201335cf601ec7e514f4bb2943de777849b2e821168d4e61098ecc355cfa13eb07ede7c1b91fe63f694a1dd42b13b5d4b8796a593aa5acf908b9')
makedepends=('python-setuptools' 'python2-setuptools')