diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-09-26 08:15:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 17:40:06 +0700 |
commit | 4032f11e9bd350f50833dacd1cd020cc82575c09 (patch) | |
tree | 0eabc46e7006a698ce865e2af8930bf92e4aa1e4 /gis/geographiclib-python/geographiclib-python.SlackBuild | |
parent | 09af2712a8537fdf8ff96b99ed981b2b65149215 (diff) |
gis/geographiclib-python: 1.50.
Diffstat (limited to 'gis/geographiclib-python/geographiclib-python.SlackBuild')
-rw-r--r-- | gis/geographiclib-python/geographiclib-python.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/geographiclib-python/geographiclib-python.SlackBuild b/gis/geographiclib-python/geographiclib-python.SlackBuild index ad5c8abcadcbe..73fa00c267229 100644 --- a/gis/geographiclib-python/geographiclib-python.SlackBuild +++ b/gis/geographiclib-python/geographiclib-python.SlackBuild @@ -23,7 +23,7 @@ SRCNAM=geographiclib PRGNAM=$SRCNAM-python -VERSION=${VERSION:-1.49} +VERSION=${VERSION:-1.50} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README.rst \ + README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |