summaryrefslogtreecommitdiffstats
path: root/games/xcowsay/xcowsay.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/xcowsay/xcowsay.SlackBuild')
-rw-r--r--games/xcowsay/xcowsay.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/xcowsay/xcowsay.SlackBuild b/games/xcowsay/xcowsay.SlackBuild
index 46ac4b43e5..1db1890291 100644
--- a/games/xcowsay/xcowsay.SlackBuild
+++ b/games/xcowsay/xcowsay.SlackBuild
@@ -2,10 +2,12 @@
# Slackware build script for xcowsay
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20220610 bkw: update for v1.6.
+
# 20201103 bkw:
# - Update for v1.5.1. The changelog for this version says this:
# Fix black squares around cow and bubble on non-compositing window manager.
@@ -25,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xcowsay
-VERSION=${VERSION:-1.5.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +40,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