summaryrefslogtreecommitdiffstats
path: root/python/python-qrcode
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-27 16:55:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-27 16:55:40 +0700
commitb1b1978bb4cbbf818e822827a30963efa0ace5f6 (patch)
tree58960bb31086a1c16dc0764f419c3b6140978e97 /python/python-qrcode
parent274f58feddc5329e37115fe26cff1673ca43e2c0 (diff)
downloadslackbuilds-b1b1978bb4cbbf818e822827a30963efa0ace5f6.tar.gz
slackbuilds-b1b1978bb4cbbf818e822827a30963efa0ace5f6.tar.xz
python/python-qrcode: Updated for version 5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-qrcode')
-rw-r--r--python/python-qrcode/python-qrcode.SlackBuild6
-rw-r--r--python/python-qrcode/python-qrcode.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-qrcode/python-qrcode.SlackBuild b/python/python-qrcode/python-qrcode.SlackBuild
index 4b37076f16..80d56cc346 100644
--- a/python/python-qrcode/python-qrcode.SlackBuild
+++ b/python/python-qrcode/python-qrcode.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-qrcode
-# Copyright 2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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=python-qrcode
-VERSION=${VERSION:-5.1}
+VERSION=${VERSION:-5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/python/python-qrcode/python-qrcode.info b/python/python-qrcode/python-qrcode.info
index 87ea011d58..e9fd55b2c9 100644
--- a/python/python-qrcode/python-qrcode.info
+++ b/python/python-qrcode/python-qrcode.info
@@ -1,8 +1,8 @@
PRGNAM="python-qrcode"
-VERSION="5.1"
+VERSION="5.2"
HOMEPAGE="https://github.com/lincolnloop/python-qrcode"
-DOWNLOAD="https://github.com/lincolnloop/python-qrcode/archive/v5.1.tar.gz"
-MD5SUM="6dc3b25197a91063d8b2060104b5c51e"
+DOWNLOAD="https://github.com/lincolnloop/python-qrcode/archive/v5.2.tar.gz"
+MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"