diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-02-15 08:06:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 08:06:04 +0700 |
commit | 21933b3d6e1225f0e445a8eb864b1fcadd62f31b (patch) | |
tree | b298501937815fd82e39f44bc50222795a635fcb /python/python-evdev/python-evdev.SlackBuild | |
parent | 039e4278a95df98d26123e8e61c47f065f689db6 (diff) |
python/python-evdev: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-evdev/python-evdev.SlackBuild')
-rw-r--r-- | python/python-evdev/python-evdev.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-evdev/python-evdev.SlackBuild b/python/python-evdev/python-evdev.SlackBuild index 9b567b0a41..a8c9ccd943 100644 --- a/python/python-evdev/python-evdev.SlackBuild +++ b/python/python-evdev/python-evdev.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for python-evdev -# Copyright 2015 Dugan Chen Canada +# Copyright 2015 Dugan Chen, Canada <thedoogster@gmail.com> +# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ PRGNAM=python-evdev SRCNAM=evdev -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |