desktop/py3status: Updated for version 2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2015-02-28 04:37:48 +07:00 committed by Willy Sudiarto Raharjo
parent 7d9bee96c4
commit 3c9a0927e0
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for py3status
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=py3status
VERSION=${VERSION:-1.5}
VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="py3status"
VERSION="1.5"
VERSION="2.3"
HOMEPAGE="https://github.com/ultrabug/py3status"
DOWNLOAD="https://pypi.python.org/packages/source/p/py3status/py3status-1.5.tar.gz"
MD5SUM="8c2751bc30b13106900e09630b1d2bf6"
DOWNLOAD="https://pypi.python.org/packages/source/p/py3status/py3status-2.3.tar.gz"
MD5SUM="89ad395268c7791ff5d36412b1efeeb9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"