diff options
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} |