diff --git a/manifest.json b/manifest.json index cc060e3..4004e5a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "bitwarden", "packaging_format": 1, "description": { - "en": "Open source password management solutions.", - "fr": "Solutions de gestion de mots de passe open source." + "en": "Manage passwords and other sensitive informations", + "fr": "Géres les mots de passe et autres informations sensibles" }, "version": "1.13.0~ynh1", "url": "https://github.com/dani-garcia/bitwarden_rs", diff --git a/scripts/_common.sh b/scripts/_common.sh index 48f3d78..aa3c17a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="curl tar pkg-config libssl-dev" +pkg_dependencies="curl tar pkg-config libssl-dev libc6-dev" #================================================= # PERSONAL HELPERS