gis/Shapely: Updated for version 1.6.0.

This commit is contained in:
Benjamin Trigona-Harany 2017-08-21 17:18:36 -07:00 committed by Willy Sudiarto Raharjo
parent 843639b871
commit e45a8d02d4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Shapely
VERSION=${VERSION:-1.5.17}
VERSION=${VERSION:-1.6.0}
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
@ -40,8 +40,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"

View file

@ -1,8 +1,8 @@
PRGNAM="Shapely"
VERSION="1.5.17"
VERSION="1.6.0"
HOMEPAGE="https://github.com/Toblerity/Shapely"
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.5.17/Shapely-1.5.17.tar.gz"
MD5SUM="caa09897962293efcde1d2cc7072df4f"
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.6.0/Shapely-1.6.0.tar.gz"
MD5SUM="8a3bf26fb09f7fa6434452dc6896f6c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos"