summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-26 23:51:11 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:09:03 +0100
commit23612dfd55263e5a1ee497ce3bb7c4f19dd72111 (patch)
treef483da70187b0310c4412078e3c8a20a46079948
parenta1f7abdd27c1c57202909f9b4c56d46f474c6158 (diff)
downloadslackbuilds-23612dfd55263e5a1ee497ce3bb7c4f19dd72111.tar.gz
audio/listener: Fix homepage/download URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/listener/README2
-rw-r--r--audio/listener/listener.SlackBuild3
-rw-r--r--audio/listener/listener.info4
3 files changed, 4 insertions, 5 deletions
diff --git a/audio/listener/README b/audio/listener/README
index b5cf3cb863..f7926dbbf4 100644
--- a/audio/listener/README
+++ b/audio/listener/README
@@ -1,3 +1,5 @@
+listener (listens for sound. If detected, it starts recording)
+
This program listens for sound. If it detects any, it starts recording
automatically and also automatically stops when things become silent
again.
diff --git a/audio/listener/listener.SlackBuild b/audio/listener/listener.SlackBuild
index f31300b9de..cd2c6dc70b 100644
--- a/audio/listener/listener.SlackBuild
+++ b/audio/listener/listener.SlackBuild
@@ -38,9 +38,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/audio/listener/listener.info b/audio/listener/listener.info
index 81ea95f60e..0576ef5c00 100644
--- a/audio/listener/listener.info
+++ b/audio/listener/listener.info
@@ -1,7 +1,7 @@
PRGNAM="listener"
VERSION="2.2"
-HOMEPAGE="http://www.vanheusden.com/listener/"
-DOWNLOAD="http://www.vanheusden.com/listener/listener-2.2.tgz"
+HOMEPAGE="http://web.archive.org/web/20200110185724/https://www.vanheusden.com/listener/"
+DOWNLOAD="https://slackware.uk/~urchlay/src/listener-2.2.tgz"
MD5SUM="7f8bc7e4c01025cbe2dc03230ab7336b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""