python/pyperclip: Updated for version 1.5.25.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Brenton Earl 2015-12-18 11:02:54 +07:00 committed by Willy Sudiarto Raharjo
parent 170fbd4b78
commit a2c32d7054
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
# PDF Documentation downloaded from pyperclip.readthedocs.org 12/1/2015
PRGNAM=pyperclip
VERSION=${VERSION:-1.5.24}
VERSION=${VERSION:-1.5.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pyperclip"
VERSION="1.5.24"
VERSION="1.5.25"
HOMEPAGE="https://github.com/asweigart/pyperclip"
DOWNLOAD="https://pypi.python.org/packages/source/p/pyperclip/pyperclip-1.5.24.zip"
MD5SUM="4540f4178cc141dd4eb30d1b60f7f1ea"
DOWNLOAD="https://pypi.python.org/packages/source/p/pyperclip/pyperclip-1.5.25.zip"
MD5SUM="344e45b6eae6df72fe768b0baae03fc8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"