summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-07-11 20:10:31 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-17 07:49:47 +0700
commitc20a164ec6904eb06f98ae102cb53e3adca54468 (patch)
tree2ad99b732b982cd485af062ac019a74e79d72265
parentef0caa1dc56f05a55a2a1f888bb95e24eebc41b0 (diff)
downloadslackbuilds-c20a164ec6904eb06f98ae102cb53e3adca54468.tar.gz
slackbuilds-c20a164ec6904eb06f98ae102cb53e3adca54468.tar.xz
libraries/pylast: Updated for version 1.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--libraries/pylast/README2
-rw-r--r--libraries/pylast/pylast.SlackBuild4
-rw-r--r--libraries/pylast/pylast.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pylast/README b/libraries/pylast/README
index e7db1d39b7..52e6a99ad4 100644
--- a/libraries/pylast/README
+++ b/libraries/pylast/README
@@ -5,6 +5,6 @@ For more info check out the project's home page at http://code.google.com/p/pyla
or the mailing list http://groups.google.com/group/pylast
If you want to build this for use with Python 3.x (needs the optional
-dependency python3) pass the script PYTHON3=yes, like
+dependency python3) pass the script PYTHON3=yes, like:
PYTHON3=yes ./pylast.SlackBuild
diff --git a/libraries/pylast/pylast.SlackBuild b/libraries/pylast/pylast.SlackBuild
index 8907876856..c9a90b7b17 100644
--- a/libraries/pylast/pylast.SlackBuild
+++ b/libraries/pylast/pylast.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pylast
-# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 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=pylast
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/pylast/pylast.info b/libraries/pylast/pylast.info
index b2f3cbafe2..f676aaea3c 100644
--- a/libraries/pylast/pylast.info
+++ b/libraries/pylast/pylast.info
@@ -1,8 +1,8 @@
PRGNAM="pylast"
-VERSION="1.2.1"
+VERSION="1.6.0"
HOMEPAGE="http://code.google.com/p/pylast/"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pylast/pylast-1.2.1.tar.gz"
-MD5SUM="7ea92cf39ac03e628e9a3e512742c947"
+DOWNLOAD="https://pypi.python.org/packages/42/71/85c28b2d373eee3592d6f079e556df4a28d5c133c2ba484d7311dc9a746c/pylast-1.6.0.tar.gz"
+MD5SUM="efa796d0f46b39ccdf9187f7cec702ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"