diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-12-18 22:40:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-21 11:02:48 +0700 |
commit | 1c0ce27ac54b198110738195633bf5252052398a (patch) | |
tree | a60c9bc632e39980cf3de0347029c5e68cbff28f /gis/rasterio/rasterio.SlackBuild | |
parent | 44ad9ab023b48a8474d113cdbbf927194678d386 (diff) |
gis/rasterio: Updated for version 1.1.2.
Diffstat (limited to 'gis/rasterio/rasterio.SlackBuild')
-rw-r--r-- | gis/rasterio/rasterio.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild index 2edf4dd460040..68549f76078ed 100644 --- a/gis/rasterio/rasterio.SlackBuild +++ b/gis/rasterio/rasterio.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rasterio -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |