summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-02-23 12:16:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-23 21:56:08 +0700
commit962d82c6e0a7cb9850d73a55b2b3270cb5705e23 (patch)
tree596c81093a68a36e9829e3817e736c72047d7255 /network
parent6fed833a1438da3cd4a26f6364a69c7e108ec14f (diff)
downloadslackbuilds-962d82c6e0a7cb9850d73a55b2b3270cb5705e23.tar.gz
slackbuilds-962d82c6e0a7cb9850d73a55b2b3270cb5705e23.tar.xz
network/mailman: updated REQUIRES
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/mailman/mailman.SlackBuild4
-rw-r--r--network/mailman/mailman.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/network/mailman/mailman.SlackBuild b/network/mailman/mailman.SlackBuild
index b7c4091af1..742d605766 100644
--- a/network/mailman/mailman.SlackBuild
+++ b/network/mailman/mailman.SlackBuild
@@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mailman
VERSION=${VERSION:-2.1.39}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,7 +73,7 @@ mkdir -p $PKG
install -d $PKG/$PREFIX -g mailman -o root -m 2775
install -d $PKG/$VAR_PREFIX -g mailman -o root -m 2775
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/network/mailman/mailman.info b/network/mailman/mailman.info
index d75d035c18..596df193fd 100644
--- a/network/mailman/mailman.info
+++ b/network/mailman/mailman.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.gnu.org/gnu/mailman/mailman-2.1.39.tgz"
MD5SUM="6edf92c119da01ed42665530dfaa2c92"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="dnspython"
+REQUIRES="python2-dnspython"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"