summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-05-17 19:21:55 -0700
committer David Spencer <idlemoor@slackbuilds.org>2018-05-19 00:40:40 +0100
commita37e9ed27cdc6c3de3960b514a3c1c8f543757b7 (patch)
tree6c5d7f29aff0d3bd19b64135fe8a45ba98b95d7c /gis
parent84b3e55c7e6a365c3afcd94576d56912bb3d20a1 (diff)
downloadslackbuilds-a37e9ed27cdc6c3de3960b514a3c1c8f543757b7.tar.gz
slackbuilds-a37e9ed27cdc6c3de3960b514a3c1c8f543757b7.tar.xz
gis/pdal: Updated for version 1.7.2.
Diffstat (limited to 'gis')
-rw-r--r--gis/pdal/pdal.SlackBuild4
-rw-r--r--gis/pdal/pdal.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild
index 8cfe44ee0e..a066a30361 100644
--- a/gis/pdal/pdal.SlackBuild
+++ b/gis/pdal/pdal.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pdal
SRCNAM=PDAL
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-1.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -94,7 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS.txt ChangeLog LICENSE.txt README.md RELEASENOTES.txt \
+ AUTHORS.txt ChangeLog LICENSE.txt README.md RELEASENOTES.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info
index 987e124ad0..19e90c6f8a 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -1,8 +1,8 @@
PRGNAM="pdal"
-VERSION="1.7.1"
+VERSION="1.7.2"
HOMEPAGE="http://pointcloud.org"
-DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.7.1/PDAL-1.7.1.tar.gz"
-MD5SUM="a6d329bed833fac439cb544d38143a5e"
+DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.7.2/PDAL-1.7.2.tar.gz"
+MD5SUM="d93483d7803aa5200a6913ebd3411485"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal libgeotiff postgresql"