From 139c7786ba31351e372751985fc1b8de661ffa99 Mon Sep 17 00:00:00 2001 From: joergbrech Date: Sat, 9 Nov 2019 17:21:49 +0100 Subject: [PATCH] update pyproj recipe --- pythonforandroid/recipes/pyproj/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/pyproj/__init__.py b/pythonforandroid/recipes/pyproj/__init__.py index 71b272d136..0c47b29514 100644 --- a/pythonforandroid/recipes/pyproj/__init__.py +++ b/pythonforandroid/recipes/pyproj/__init__.py @@ -2,8 +2,8 @@ class PyProjRecipe(CythonRecipe): - version = '1.9.5.1' - url = 'https://github.com/jswhit/pyproj/archive/master.zip' + version = '1.9.6' + url = 'https://github.com/pyproj4/pyproj/archive/v{version}rel.zip' depends = ['setuptools'] call_hostpython_via_targetpython = False