summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-11-06 15:14:12 +0100
committerJuliette Monsel2018-11-06 15:14:12 +0100
commite370b32c5d0a1d5f862700c0f01dd70632b48d98 (patch)
tree3fcb81937db01e8a90ab8eb521590726a0cf5f9a
parent2a7d20c7402cd219b84787624957dcc440136c3c (diff)
downloadaur-e370b32c5d0a1d5f862700c0f01dd70632b48d98.tar.gz
v1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5967e9ee3789..c3788152f37d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pynput
pkgdesc = Python library to monitor and control user input devices
- pkgver = 1.4
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = https://github.com/moses-palmer/pynput
arch = any
license = LGPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-pynput-1.4.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.tar.gz
- sha512sums = 53706aefec1353df16ca9f9b213bb367fe0b695f26406d58a9171bcb47ddb92228914012c1915fc58d2e639de9100d452b38aafc95539ea16e6362a1831cc605
+ source = python-pynput-1.4.1.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.1.tar.gz
+ sha512sums = b1026b76a1782ddf5d620e9d9330531c743800da2d4b40b590b4545c1a218983eb423d56291f3dd330060d10a6bfd40b3c5e4b2a7acc55c4b555bd49dd805475
pkgname = python-pynput
depends = python-xlib
diff --git a/PKGBUILD b/PKGBUILD
index e223579acea2..1f8d619134b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-pynput' 'python2-pynput')
-pkgver=1.4
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
_name=pynput
pkgdesc="Python library to monitor and control user input devices"
arch=('any')
url="https://github.com/moses-palmer/pynput"
license=('LGPL3')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/moses-palmer/pynput/archive/v${pkgver}.tar.gz")
-sha512sums=('53706aefec1353df16ca9f9b213bb367fe0b695f26406d58a9171bcb47ddb92228914012c1915fc58d2e639de9100d452b38aafc95539ea16e6362a1831cc605')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/moses-palmer/${_name}/archive/v${pkgver}.tar.gz")
+sha512sums=('b1026b76a1782ddf5d620e9d9330531c743800da2d4b40b590b4545c1a218983eb423d56291f3dd330060d10a6bfd40b3c5e4b2a7acc55c4b555bd49dd805475')
makedepends=('python-setuptools' 'python2-setuptools')
build() {