1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fixes for buster

This commit is contained in:
Alexandre Aubin 2020-06-30 20:47:24 +02:00
parent 546f54e73e
commit c2bd064442
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://code.ffdn.org/ffdn/coin/-/archive/1b4278d1d06a8e3ddf098c86d7c03c21e8e25c92/coin-1b4278d1d06a8e3ddf098c86d7c03c21e8e25c92.tar.gz
SOURCE_FILENAME=coin-1b4278d1d06a8e3ddf098c86d7c03c21e8e25c92.tar.gz
SOURCE_URL=https://code.ffdn.org/ffdn/coin/-/archive/84e9320a037b995ecf61dbd70d1ad635f9086ce0/coin-84e9320a037b995ecf61dbd70d1ad635f9086ce0.tar.gz
SOURCE_FILENAME=coin-84e9320a037b995ecf61dbd70d1ad635f9086ce0.tar.gz
SOURCE_FORMAT=tar.gz
SOURCE_SUM=2a1121954bc53ff96000be831531a6affd54172e6d6f96111dd1be2766e012ca
SOURCE_SUM=f8778b5cf407f19fcb64f178b37b19a248c5477a589eb2d7d676a793e3c4a41d
SOURCE_SUM_PRG=sha256sum

View file

@ -14,9 +14,9 @@
},
"url": "https://code.ffdn.org/FFDN/coin/",
"requirements": {
"yunohost": ">= 3.6"
"yunohost": ">= 4.0"
},
"version": "20200219~ynh1",
"version": "20200630~ynh1",
"multi_instance": true,
"services": [
"nginx"

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="python-virtualenv gunicorn python-dev python-pip libldap2-dev libpq-dev libsasl2-dev libjpeg-dev libxml2-dev libxslt1-dev libffi-dev python-cairo libpango1.0-0 postgresql postgresql-contrib"
pkg_dependencies="python-virtualenv gunicorn python-dev python-pip libldap2-dev libpq-dev libsasl2-dev libjpeg-dev libxml2-dev libxslt1-dev libffi-dev python-cairo libpango1.0-0 postgresql postgresql-contrib postgresql-server-dev-11"
#=================================================
# PERSONAL HELPERS