summaryrefslogtreecommitdiffstats
path: root/gis/geojson
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2020-01-01 10:41:39 -0800
committer Robby Workman <rworkman@slackbuilds.org>2020-01-03 02:11:10 -0600
commitcd2758e8ed34f0ce6b1d6c9341ecadfef2389178 (patch)
treeac0a5c62f25e5dbbf857f77be5594ed79f34bea7 /gis/geojson
parenta42a5f10b747ac505ee64a1fd4b6f28351883f15 (diff)
downloadslackbuilds-cd2758e8ed34f0ce6b1d6c9341ecadfef2389178.tar.gz
slackbuilds-cd2758e8ed34f0ce6b1d6c9341ecadfef2389178.tar.xz
gis/geojson: New GitHub repo.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'gis/geojson')
-rw-r--r--gis/geojson/geojson.SlackBuild9
-rw-r--r--gis/geojson/geojson.info6
2 files changed, 7 insertions, 8 deletions
diff --git a/gis/geojson/geojson.SlackBuild b/gis/geojson/geojson.SlackBuild
index d7fa754e1e..90444a0002 100644
--- a/gis/geojson/geojson.SlackBuild
+++ b/gis/geojson/geojson.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for geojson
-# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,6 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geojson
-SRCNAM=python-$PRGNAM
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
-cd $SRCNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/gis/geojson/geojson.info b/gis/geojson/geojson.info
index 909f4bed55..0108fd1c95 100644
--- a/gis/geojson/geojson.info
+++ b/gis/geojson/geojson.info
@@ -1,8 +1,8 @@
PRGNAM="geojson"
VERSION="2.5.0"
-HOMEPAGE="https://github.com/frewsxcv/python-geojson"
-DOWNLOAD="https://github.com/frewsxcv/python-geojson/archive/2.5.0/python-geojson-2.5.0.tar.gz"
-MD5SUM="ed2037daf7ba17fbbac2e22e8a7e4620"
+HOMEPAGE="https://github.com/jazzband/geojson"
+DOWNLOAD="https://github.com/jazzband/geojson/archive/2.5.0/geojson-2.5.0.tar.gz"
+MD5SUM="e1b3f4ee17f86e361123c3ef4c6fab41"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"