aboutsummaryrefslogtreecommitdiff
path: root/gis/pdal/pdal.SlackBuild
diff options
context:
space:
mode:
authorGiancarlo Dessi <slack@giand.it>2023-06-21 21:17:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-21 21:17:07 +0700
commit8a86f5bf89b64db46c85cdafa14a3e47d00b3a40 (patch)
treecf3afa34045e6e46fb73f60c3c8f80e5f3f72d87 /gis/pdal/pdal.SlackBuild
parent1ad810fe4e3916e38b4c2b7e4ef525ccb451b824 (diff)
gis/pdal: Updated for version 2.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pdal/pdal.SlackBuild')
-rw-r--r--gis/pdal/pdal.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild
index 1307d7126c168..42c837fb3fbd1 100644
--- a/gis/pdal/pdal.SlackBuild
+++ b/gis/pdal/pdal.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdal
SRCNAM=PDAL
-VERSION=${VERSION:-2.5.4}
+VERSION=${VERSION:-2.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,7 +52,7 @@ fi
# *************************************************************************
-# Users that have a standard installation of proprietary MatLAB would enable
+# Users that have a standard installation of proprietary MatLAB would enable
# the build of Matlab plugin. This is disabled by default
BUILDMATLAB="" ; [ "${MATLAB:-no}" = "yes" ] && \
BUILDMATLAB="-DBUILD_PLUGIN_MATLAB=ON"