python/python-evdev: Updated for version 1.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-02-15 08:06:04 +07:00 committed by Willy Sudiarto Raharjo
parent 039e4278a9
commit 21933b3d6e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 7 deletions

View File

@ -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}

View File

@ -1,10 +1,10 @@
PRGNAM="python-evdev"
VERSION="1.1.2"
VERSION="1.3.0"
HOMEPAGE="http://python-evdev.readthedocs.org/en/latest/"
DOWNLOAD="https://pypi.python.org/packages/source/e/evdev/evdev-1.1.2.tar.gz"
MD5SUM="504de457af50c3847c1994a7306eb776"
DOWNLOAD="https://pypi.python.org/packages/source/e/evdev/evdev-1.3.0.tar.gz"
MD5SUM="05f9e900d6e11e1674475d2dd2668f0d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Dugan Chen"
EMAIL="thedoogster [at] gmail [dot] com"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"