diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-12-28 22:39:56 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:31 +0700 |
commit | 730712fbb1e349d3c18b2f543d783fa4d636ccda (patch) | |
tree | cd5be016840eb472f5eda014d59a22a64e4ff472 /network | |
parent | 1a665ba54b3a57d3046cea9ace0f45b03f4676a4 (diff) |
network/prosody-mod-throttle-presence: Updated dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild | 6 | ||||
-rw-r--r-- | network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild index df3529e5afcb..8de0f010609f 100644 --- a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild +++ b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for prosody-mod-throttle-presence # Copyright 2016-2018 Andrew Clemons, Wellington, New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +29,7 @@ PRGNAM=prosody-mod-throttle-presence MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') VERSION=${VERSION:-hg1925} REVISION=${REVISION:-552faee596b7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info index 64c68c0b7193..68f9b3f1367b 100644 --- a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info +++ b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/552faee596b7.tar.gz" MD5SUM="abd61c3cd1b26a2d78c23c46e3cbad34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="prosody-mod-csi" +REQUIRES="prosody" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |