diff options
Diffstat (limited to 'python/python3-jaraco.context/python3-jaraco.context.SlackBuild')
-rw-r--r-- | python/python3-jaraco.context/python3-jaraco.context.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild index d9c75ad1ec..7700fc3490 100644 --- a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild +++ b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.context -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.3.0} +SRCNAM=jaraco_context +VERSION=${VERSION:-6.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |