diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-07-29 00:01:33 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-29 17:50:17 +0700 |
commit | 254823b382f469cc6469f921e6d3881ab5d67bda (patch) | |
tree | ff2ba9a4f4eb80e38dd13f92e488663ac5ceb19c /gis | |
parent | 97ebdcdfbe205985c30b4963af5990576f8928e8 (diff) | |
download | slackbuilds-254823b382f469cc6469f921e6d3881ab5d67bda.tar.gz |
gis/geos: Updated for version 3.6.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geos/geos.SlackBuild | 8 | ||||
-rw-r--r-- | gis/geos/geos.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index dbe8f4fcc8..2ade10517c 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -5,13 +5,13 @@ # Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> PRGNAM=geos -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -23,8 +23,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/gis/geos/geos.info b/gis/geos/geos.info index a7c01ec0b9..e1a8e67eda 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.6.1" +VERSION="3.6.2" HOMEPAGE="http://trac.osgeo.org/geos/" -DOWNLOAD="http://download.osgeo.org/geos/geos-3.6.1.tar.bz2" -MD5SUM="c97e338b3bc81f9848656e9d693ca6cc" +DOWNLOAD="http://download.osgeo.org/geos/geos-3.6.2.tar.bz2" +MD5SUM="a32142343c93d3bf151f73db3baa651f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |