From 2772462b00341e1c876fe43cb9c06f635daa32d8 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 3 Jan 2020 03:16:15 -0600 Subject: python/p4python: Fixed VERSION in build script Signed-off-by: Robby Workman --- python/p4python/p4python.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/p4python') 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 -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} -- cgit v1.2.3-79-gdb01