summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-09-07 14:58:28 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:02 +0700
commit776e5a1fce30b0527a4761762d04e52aa3eb1426 (patch)
tree692d9d86795f2461c53fd8c8ba82c82602f3431d
parentcab2ab8f97f77a3baa1cbdca3c484e5713411b69 (diff)
downloadslackbuilds-776e5a1fce30b0527a4761762d04e52aa3eb1426.tar.gz
slackbuilds-776e5a1fce30b0527a4761762d04e52aa3eb1426.tar.xz
development/xtruss: Updated for version 20210225.2addd50.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/xtruss/slack-desc2
-rw-r--r--development/xtruss/xtruss.SlackBuild8
-rw-r--r--development/xtruss/xtruss.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/development/xtruss/slack-desc b/development/xtruss/slack-desc
index 60d904107a..ce92fca42d 100644
--- a/development/xtruss/slack-desc
+++ b/development/xtruss/slack-desc
@@ -9,7 +9,7 @@
xtruss: xtruss (easy to use X protocol tracing program)
xtruss:
xtruss: XTruss logs everything that passes between the X server and one
-xtruss: or more X client programs. In this it is similar to xmon(1), but
+xtruss: or more X client programs. In this it is similar to xmon(1), but
xtruss: intended to combine xmon's basic functionality with an interface
xtruss: much more similar to strace(1).
xtruss:
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild
index 288f7ed52c..f3ed5bd231 100644
--- a/development/xtruss/xtruss.SlackBuild
+++ b/development/xtruss/xtruss.SlackBuild
@@ -7,6 +7,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20210907 bkw:
+# - update for v20210225.2addd50
+
# 20201102 bkw:
# - update for v20200918.a94a153
# - switch to self-hosted source, as upstream disappears the old source
@@ -15,7 +18,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xtruss
-VERSION=${VERSION:-20200918.a94a153}
+VERSION=${VERSION:-20210225.2addd50}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -28,9 +31,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/development/xtruss/xtruss.info b/development/xtruss/xtruss.info
index 712b3b8ea7..702b527a53 100644
--- a/development/xtruss/xtruss.info
+++ b/development/xtruss/xtruss.info
@@ -1,8 +1,8 @@
PRGNAM="xtruss"
-VERSION="20200918.a94a153"
+VERSION="20210225.2addd50"
HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
-DOWNLOAD="https://slackware.uk/~urchlay/src/xtruss-20200918.a94a153.tar.gz"
-MD5SUM="bcdf1e92ec0f6226cd8a314edf861b62"
+DOWNLOAD="https://slackware.uk/~urchlay/src/xtruss-20210225.2addd50.tar.gz"
+MD5SUM="e8352df70de5b1938fa90ba6bb7e2ad2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""