summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-10 10:27:53 -0700
committerMark Wagie2021-02-10 10:27:53 -0700
commita9cf913545082b1eb2721fa0d0dc696ba54c2b0b (patch)
tree0277de8a3f6e4f6ebeabd59c11d2889965c5b939
parent564f00a80521268f54467a5276a2be7fde55869a (diff)
downloadaur-a9cf913545082b1eb2721fa0d0dc696ba54c2b0b.tar.gz
1.7.3
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8176c27793f..c182b438327e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pynput
pkgdesc = Python library to monitor and control user input devices
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/moses-palmer/pynput
arch = any
@@ -10,9 +10,9 @@ pkgbase = python-pynput
depends = python-six
depends = python-evdev
optdepends = python-sphinx: build online documentation
- source = https://pypi.org/packages/source/p/pynput/pynput-1.7.2.tar.gz
+ source = https://pypi.org/packages/source/p/pynput/pynput-1.7.3.tar.gz
source = python-pynput.patch
- sha256sums = dd8b1ff2451e2b76c753e115ab20b6cfa73801c395f22987474f942726558fec
+ sha256sums = 4e50b1a0ab86847e87e58f6d1993688b9a44f9f4c88d4712315ea8eb552ef828
sha256sums = b2e10f5baf1501e8365b1a95fd756cde5a8510107d89557ab764a47c3ef47226
pkgname = python-pynput
diff --git a/PKGBUILD b/PKGBUILD
index 82bbdca219c3..584a78b33f7b 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.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Python library to monitor and control user input devices"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools-lint')
optdepends=('python-sphinx: build online documentation')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz"
"$pkgname.patch")
-sha256sums=('dd8b1ff2451e2b76c753e115ab20b6cfa73801c395f22987474f942726558fec'
+sha256sums=('4e50b1a0ab86847e87e58f6d1993688b9a44f9f4c88d4712315ea8eb552ef828'
'b2e10f5baf1501e8365b1a95fd756cde5a8510107d89557ab764a47c3ef47226')
prepare() {