summaryrefslogtreecommitdiffstats
path: root/gis/geos
diff options
context:
space:
mode:
Diffstat (limited to 'gis/geos')
-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=""