summaryrefslogtreecommitdiffstats
path: root/libraries/pyacoustid/pyacoustid.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-05-31 21:03:41 +0200
committer Willy Sudiarto Raharjo2016-06-01 18:54:42 +0200
commit9e44b46c6bd6b534ee65ee4089c474e8407ccc58 (patch)
tree60ff557e30b18175c5b129fa9209fe145179394f /libraries/pyacoustid/pyacoustid.SlackBuild
parent47fc6bae2e61ddee50b4cf75fa32e850de9bf2fb (diff)
downloadslackbuilds-9e44b46c6bd6b534ee65ee4089c474e8407ccc58.tar.gz
libraries/pyacoustid: Updated for version 1.1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/pyacoustid/pyacoustid.SlackBuild')
-rw-r--r--libraries/pyacoustid/pyacoustid.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/pyacoustid/pyacoustid.SlackBuild b/libraries/pyacoustid/pyacoustid.SlackBuild
index f8375b1ebc..aa06c08974 100644
--- a/libraries/pyacoustid/pyacoustid.SlackBuild
+++ b/libraries/pyacoustid/pyacoustid.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyacoustid
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# 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=pyacoustid
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,6 +55,7 @@ else
fi
PYTHON=python
+[ "${PYTHON3:-no}" = "yes" ] && PYTHON=python3
set -e