mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
gis/rasterio: Updated for version 1.0.14.
This commit is contained in:
parent
13e22b4ede
commit
08305c5ed7
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue