summaryrefslogtreecommitdiffstats
path: root/python/pyudev/pyudev.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu2020-02-07 20:02:30 +0100
committer Willy Sudiarto Raharjo2020-02-07 20:02:30 +0100
commit9c12e1670d294f91456397832354b202c6787d8d (patch)
treea402ed9ffe48e5af7709bd5b5ed75d81f22f93dc /python/pyudev/pyudev.SlackBuild
parentf4c79f1b8e13fb6304e398a0a5f8c8e4531d62fa (diff)
downloadslackbuilds-9c12e1670d294f91456397832354b202c6787d8d.tar.gz
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.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyudev/pyudev.SlackBuild b/python/pyudev/pyudev.SlackBuild
index b8564e8eb6..543f9dedd4 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