diff --git a/pythonforandroid/recipes/psycopg2/__init__.py b/pythonforandroid/recipes/psycopg2/__init__.py index aaf5a332e9..fd15790f96 100644 --- a/pythonforandroid/recipes/psycopg2/__init__.py +++ b/pythonforandroid/recipes/psycopg2/__init__.py @@ -10,8 +10,8 @@ class Psycopg2Recipe(PythonRecipe): `ANDROID_API` (`ndk-api`) >= 26, see: https://github.com/kivy/python-for-android/issues/1711#issuecomment-465747557 """ - version = 'latest' - url = 'http://initd.org/psycopg/tarballs/psycopg2-{version}.tar.gz' + version = '2.8.4' + url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz' depends = ['libpq'] site_packages_name = 'psycopg2' call_hostpython_via_targetpython = False