diff options
author | Arn0 <yth@ythogtha.org> | 2023-12-14 16:11:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-15 00:08:09 +0700 |
commit | ab01a727350dbdccef48b764620a134243c185c7 (patch) | |
tree | 8cf4dedc0fde4037e362c2239771fd28aac229e7 /python/python3-twisted/python3-twisted.SlackBuild | |
parent | c065811d9c6db0e9a52a4abb2d2df23a5c6daa9e (diff) |
python/python3-twisted: update REQUIRES
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-twisted/python3-twisted.SlackBuild')
-rw-r--r-- | python/python3-twisted/python3-twisted.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-twisted/python3-twisted.SlackBuild b/python/python3-twisted/python3-twisted.SlackBuild index 7e02924261..61121ff1ae 100644 --- a/python/python3-twisted/python3-twisted.SlackBuild +++ b/python/python3-twisted/python3-twisted.SlackBuild @@ -23,14 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # Originally written by Marco Bonetti - Thanks! -# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 +# Then by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-twisted SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-23.10.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |