summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild')
-rw-r--r--haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild b/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
index c9eb753e51..3a11f7e48c 100644
--- a/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
+++ b/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for haskell-text-conversions
# Copyright 2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2024 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-text-conversions
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -42,9 +43,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