summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2020-01-03 10:16:15 +0100
committer Robby Workman2020-01-03 10:16:15 +0100
commit2772462b00341e1c876fe43cb9c06f635daa32d8 (patch)
tree8f89d6b69e4f6431d88a6a0be224f6fd9e43c83e
parente054cbb612d4fa9bd86e0fd1976b2a7a58cfa468 (diff)
downloadslackbuilds-2772462b00341e1c876fe43cb9c06f635daa32d8.tar.gz
python/p4python: Fixed VERSION in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--python/p4python/p4python.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/p4python/p4python.SlackBuild b/python/p4python/p4python.SlackBuild
index 23777ca13e..342c5d7a5d 100644
--- a/python/p4python/p4python.SlackBuild
+++ b/python/p4python/p4python.SlackBuild
@@ -2,9 +2,8 @@
# SlackBuild for p4python, Andy Bailey <GooseYArd@gmail.com>
-LOCALVER=`tar tf p4python.tgz 2> /dev/null | head -1 | cut -d- -f 2 | cut -d/ -f1`
PRGNAM=p4python
-VERSION=${VERSION:-$LOCALVER}
+VERSION=${VERSION:-2010.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}