From 107b0fbe33942e8f91e8e28fb614007881fc8f4d Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Sat, 23 Jan 2021 22:29:43 +0100 Subject: [PATCH] Fix package linter warning --- manifest.json | 2 +- scripts/_common.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 9e2b7ef..5134b07 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "$app is a script that checks whether your websites and servers are up and running", "fr": "$app est un application pour vérifier que vos sites web et serveurs fonctionnent" }, - "version": "3.5.2~ynh1", + "version": "3.5.2~ynh2", "url": "www.phpservermonitor.org", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index c45026f..4dbd25e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,10 +7,7 @@ # dependencies used by the app #pkg_dependencies="deb1 deb2 php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2" -pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-curl -php$YNH_DEFAULT_PHP_VERSION-common -php$YNH_DEFAULT_PHP_VERSION-json -php$YNH_DEFAULT_PHP_VERSION-xml" +pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-curl php$YNH_DEFAULT_PHP_VERSION-common php$YNH_DEFAULT_PHP_VERSION-json php$YNH_DEFAULT_PHP_VERSION-xml"