diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2022-01-13 19:12:06 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-14 07:56:02 +0700 |
commit | 4fc26b9341feec6e5991c28e7528fb3d1544e266 (patch) | |
tree | e5cc57c920dcfb467147664deef23e0c3397da2c /python/python3-pysdl2/python3-pysdl2.SlackBuild | |
parent | 07af6f730866b61b2c1f117c963fb7637220ee44 (diff) | |
download | slackbuilds-4fc26b9341feec6e5991c28e7528fb3d1544e266.tar.gz |
python/python3-pysdl2: Updated for version 0.9.10.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pysdl2/python3-pysdl2.SlackBuild')
-rw-r--r-- | python/python3-pysdl2/python3-pysdl2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pysdl2/python3-pysdl2.SlackBuild b/python/python3-pysdl2/python3-pysdl2.SlackBuild index 241c473be4..2a6a53d73a 100644 --- a/python/python3-pysdl2/python3-pysdl2.SlackBuild +++ b/python/python3-pysdl2/python3-pysdl2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pysdl2 -# Copyright 2019-2020 Pouria Rezaei <Pouria.rz@outlook.com> +# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pysdl2 SRCNAM=PySDL2 -VERSION=${VERSION:-0.9.9} +VERSION=${VERSION:-0.9.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |