From 308ced32ad05b1f4704e92c8c0613b2e0e879462 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Thu, 17 Mar 2022 09:44:33 +0100 Subject: [PATCH] Fix missing lib (libopenjp2-7) (fix #112) --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9800d81..a421e54 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Kresus is an open-source libre self-hosted personal finance manager. It allows you to safely track your banking history, check your overall balance and know exactly how you are spending money using categories! -**Shipped version:** 0.17.4~ynh1 +**Shipped version:** 0.17.4~ynh2 diff --git a/README_fr.md b/README_fr.md index 7625d3f..e522a4f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Kresus is an open-source libre self-hosted personal finance manager. It allows you to safely track your banking history, check your overall balance and know exactly how you are spending money using categories! -**Version incluse :** 0.17.4~ynh1 +**Version incluse :** 0.17.4~ynh2 diff --git a/manifest.json b/manifest.json index 03513e9..ef7e6e8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Personal finance manager", "fr": "Outil personnel de gestion de finances" }, - "version": "0.17.4~ynh1", + "version": "0.17.4~ynh2", "url": "https://framagit.org/kresusapp/kresus", "upstream": { "license": "free", diff --git a/scripts/_common.sh b/scripts/_common.sh index 1687afe..e16025c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql libffi-dev" +pkg_dependencies="dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql libffi-dev libopenjp2-7" nodejs_version=14