summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-07-29 09:01:33 +0200
committer Willy Sudiarto Raharjo2017-07-29 12:50:17 +0200
commit9f8d297015689c39f635fc41dff5b3295aae92ed (patch)
tree1affa36ff7b96710a11068ea2be964bef111026c /gis
parent2704062c3ea3ed69bf2367fc93c22f7d3f692929 (diff)
downloadold.slackbuilds-9f8d297015689c39f635fc41dff5b3295aae92ed.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.SlackBuild8
-rw-r--r--gis/geos/geos.info6
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=""