diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 03:16:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 03:16:15 -0600 |
commit | 2772462b00341e1c876fe43cb9c06f635daa32d8 (patch) | |
tree | 8f89d6b69e4f6431d88a6a0be224f6fd9e43c83e /python/p4python | |
parent | e054cbb612d4fa9bd86e0fd1976b2a7a58cfa468 (diff) |
python/p4python: Fixed VERSION in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/p4python')
-rw-r--r-- | python/p4python/p4python.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/p4python/p4python.SlackBuild b/python/p4python/p4python.SlackBuild index 23777ca13e5c..342c5d7a5d34 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} |