summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-01-25 16:26:02 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-26 07:53:32 +0700
commit08305c5ed722898e55ab71a13fef7652472f5b5a (patch)
tree93a65e13fa09e829c8b972eec52cde789ed534bf /gis
parent13e22b4edea4264284cb033d8679e495ebdbf7e7 (diff)
downloadslackbuilds-08305c5ed722898e55ab71a13fef7652472f5b5a.tar.gz
slackbuilds-08305c5ed722898e55ab71a13fef7652472f5b5a.tar.xz
gis/rasterio: Updated for version 1.0.14.
Diffstat (limited to 'gis')
-rw-r--r--gis/rasterio/rasterio.SlackBuild6
-rw-r--r--gis/rasterio/rasterio.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild
index 9b27402f76..a7703a7ae6 100644
--- a/gis/rasterio/rasterio.SlackBuild
+++ b/gis/rasterio/rasterio.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for rasterio
-# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rasterio
-VERSION=${VERSION:-1.0.13}
+VERSION=${VERSION:-1.0.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS.txt CHANGES.txt LICENSE.txt README.rst \
+ AUTHORS.txt CHANGES.txt CITATION.txt LICENSE.txt README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info
index 2b132c37cc..c2bcc6fd1e 100644
--- a/gis/rasterio/rasterio.info
+++ b/gis/rasterio/rasterio.info
@@ -1,8 +1,8 @@
PRGNAM="rasterio"
-VERSION="1.0.13"
+VERSION="1.0.14"
HOMEPAGE="https://github.com/mapbox/rasterio"
-DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.13/rasterio-1.0.13.tar.gz"
-MD5SUM="d1d4a1eb8d599286177f9abc4f5b5989"
+DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.14/rasterio-1.0.14.tar.gz"
+MD5SUM="3da952788209655cd570bbad39f7e23b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine attrs click-plugins cligj enum34 gdal numpy snuggs"