diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-02-08 02:02:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:02:30 +0700 |
commit | 9c12e1670d294f91456397832354b202c6787d8d (patch) | |
tree | a402ed9ffe48e5af7709bd5b5ed75d81f22f93dc /python/pyudev/pyudev.SlackBuild | |
parent | f4c79f1b8e13fb6304e398a0a5f8c8e4531d62fa (diff) |
python/pyudev: Updated for version 0.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyudev/pyudev.SlackBuild')
-rw-r--r-- | python/pyudev/pyudev.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyudev/pyudev.SlackBuild b/python/pyudev/pyudev.SlackBuild index b8564e8eb6eef..543f9dedd4600 100644 --- a/python/pyudev/pyudev.SlackBuild +++ b/python/pyudev/pyudev.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyudev # Copyright 2012 Jon Ware <jon@waremail.net> -# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyudev -VERSION=${VERSION:-0.21.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.22.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |