diff options
author | Juliette Monsel | 2018-07-12 15:30:31 +0200 |
---|---|---|
committer | Juliette Monsel | 2018-07-12 15:30:31 +0200 |
commit | ff9236726333b6f5d25f4c68d18ef3449c2f2b93 (patch) | |
tree | dba4f562a9beb2f56777a0a3596bec502968c2e9 /.SRCINFO | |
parent | e0f8a7bfa98e7197104964088e6e0cbdafd81027 (diff) | |
download | aur-ff9236726333b6f5d25f4c68d18ef3449c2f2b93.tar.gz |
v1.4
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,14 +1,23 @@ pkgbase = python-pynput pkgdesc = Python library to monitor and control user input devices - pkgver = 1.3.10 - pkgrel = 2 + pkgver = 1.4 + pkgrel = 1 url = https://github.com/moses-palmer/pynput arch = any license = LGPL3 - source = python-pynput-1.3.10.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.3.10.tar.gz - sha512sums = 5f5050013db5a8bf728748c09c43acd6fdf792ba48d9bacb8fa0198712289085213d1c930637e773f7ed25974a5ad8995e7e26e3638a4eda380e554f3922282f + makedepends = python-setuptools + makedepends = python-sphinx + makedepends = python2-setuptools + makedepends = python2-sphinx + source = python-pynput-1.4.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.tar.gz + sha512sums = 53706aefec1353df16ca9f9b213bb367fe0b695f26406d58a9171bcb47ddb92228914012c1915fc58d2e639de9100d452b38aafc95539ea16e6362a1831cc605 pkgname = python-pynput depends = python-xlib depends = python-six +pkgname = python2-pynput + depends = python2-xlib + depends = python2-six + depends = python2-enum34 + |