diff options
-rw-r--r-- | network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.SlackBuild | 3 | ||||
-rw-r--r-- | network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.info | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.SlackBuild b/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.SlackBuild index 2533508a02488..9ad34f4e1078e 100644 --- a/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.SlackBuild +++ b/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for prosody-mod-filter-chatstates # 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-filter-chatstates MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') VERSION=${VERSION:-hg1873} REVISION=${REVISION:-9283a6bcf512} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.info b/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.info index ff7f288a9f71c..16f40c07b32d4 100644 --- a/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.info +++ b/network/prosody-mod-filter-chatstates/prosody-mod-filter-chatstates.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/9283a6bcf512.tar.gz" MD5SUM="e178bd314060037ddd44dd1b7dcc7330" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="prosody-mod-csi" +REQUIRES="prosody" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |