summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2019-03-09 11:36:12 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:31 +0100
commit613be66657f89fbe3ce42dfb82f607706a7fb333 (patch)
tree68ab342e24ae9bb819abe5bcdac31d2ae7b48a11
parentd742e4d75d8fa300659b3c03055144fa111dc7fd (diff)
downloadslackbuilds-613be66657f89fbe3ce42dfb82f607706a7fb333.tar.gz
libraries/pylast: Updated for version 2.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--libraries/pylast/pylast.SlackBuild6
-rw-r--r--libraries/pylast/pylast.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pylast/pylast.SlackBuild b/libraries/pylast/pylast.SlackBuild
index 6e7dcc3138..3c333b28e1 100644
--- a/libraries/pylast/pylast.SlackBuild
+++ b/libraries/pylast/pylast.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pylast
-# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
# 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=pylast
-VERSION=${VERSION:-2.0.0}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-2.4.0} # This is the last verion that is compatible
+BUILD=${BUILD:-1} # with Python 2
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/libraries/pylast/pylast.info b/libraries/pylast/pylast.info
index e7e3cb5e06..bed5b0f155 100644
--- a/libraries/pylast/pylast.info
+++ b/libraries/pylast/pylast.info
@@ -1,8 +1,8 @@
PRGNAM="pylast"
-VERSION="2.0.0"
+VERSION="2.4.0"
HOMEPAGE="https://github.com/pylast/pylast"
-DOWNLOAD="https://pypi.python.org/packages/8e/41/02e703a56921d1fca752c0738116952b17b3e8927cc04612c4fb9d0a9b94/pylast-2.0.0.tar.gz"
-MD5SUM="6757b9bc94ef92cc20654de7747a4135"
+DOWNLOAD="https://files.pythonhosted.org/packages/eb/5e/c7aa34730b5184121ca3793028a4e1f2e459f0e1bce6f39b63e501f5acc1/pylast-2.4.0.tar.gz"
+MD5SUM="2dac0c4eb983d25741e610add85f38ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"