summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/python3-twisted/python3-twisted.SlackBuild4
-rw-r--r--python/python3-twisted/python3-twisted.info2
2 files changed, 3 insertions, 3 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}
diff --git a/python/python3-twisted/python3-twisted.info b/python/python3-twisted/python3-twisted.info
index 1e850965c5..3459e620ae 100644
--- a/python/python3-twisted/python3-twisted.info
+++ b/python/python3-twisted/python3-twisted.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/t/twisted/twisted-23.10.0.tar.
MD5SUM="9d4dd17f9aa0dec3fec8f734f47e1b71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-automat python3-constantly hyperlink incremental zope.interface python3-service-identity typing-extensions"
+REQUIRES="python3-automat python3-constantly python3-hyperlink python3-incremental zope.interface python3-service-identity typing-extensions"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"