diff options
author | Arn0 <yth@ythogtha.org> | 2023-07-09 17:27:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-10 07:03:33 +0700 |
commit | ffe610456f9e33fd6183410bc455a31b0be4d38e (patch) | |
tree | 461c71ff1b3dba9e53113ca8104780333d390624 /python/python3-ZODB | |
parent | d8132a7c4a9b93c317555c1614d98859ce765db3 (diff) |
python/python3-ZODB: fixed
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ZODB')
-rw-r--r-- | python/python3-ZODB/python3-ZODB.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-ZODB/python3-ZODB.SlackBuild b/python/python3-ZODB/python3-ZODB.SlackBuild index dca1c82d966c..957e81647eaa 100644 --- a/python/python3-ZODB/python3-ZODB.SlackBuild +++ b/python/python3-ZODB/python3-ZODB.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ZODB SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-5.8.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |