Skip to content

Commit 865de72

Browse files
authored
Merge pull request kivy#2017 from joergbrech/fix-pyproj-url
update pyproj recipe
2 parents b27ff0b + 139c778 commit 865de72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pyproj/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
class PyProjRecipe(CythonRecipe):
5-
version = '1.9.5.1'
6-
url = 'https://github.com/jswhit/pyproj/archive/master.zip'
5+
version = '1.9.6'
6+
url = 'https://github.com/pyproj4/pyproj/archive/v{version}rel.zip'
77
depends = ['setuptools']
88
call_hostpython_via_targetpython = False
99

0 commit comments

Comments
 (0)