1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00

Fix stretch dependances

This commit is contained in:
Josué Tille 2018-06-09 22:58:14 +02:00
parent 444838a1ef
commit 051662b3ad
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "A groupware (webmail, adressbook, calendar) witch use PHP",
"fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP."
},
"version": "5.2.22~ynh2",
"version": "5.2.22~ynh3",
"url": "https://www.horde.org/",
"license": "LGPL-2.0",
"maintainer": {

View file

@ -13,7 +13,7 @@ gollem_data_dir="/home/yunohost.app/$app"
#=================================================
install_dependance() {
ynh_install_app_dependencies php-pear expect php5-imagick php5-tidy
ynh_install_app_dependencies php-pear expect 'php5-imagick|php-imagick' 'php5-tidy|php-tidy'
}
patch_app() {

View file

@ -46,7 +46,7 @@ install_dependance
# Upgrade Horde by PEAR
pear_cmd="$final_path/pear/pear -c $final_path/pear.conf"
$pear_cmd channel-update pear.horde.org
$pear_cmd upgrade -R $final_path -a -B -c pear.horde.org
$pear_cmd upgrade -R $final_path -a -B -c pear.horde.org || true
# Patch the app
patch_app