diff --git a/manifest.json b/manifest.json index 4675b3d..1cf0d73 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "airsonic", "packaging_format": 1, "description": { - "en": "Airsonic is an open source, web-based media server.", - "fr": "Airsonic est un server multimedia open-source." + "en": "Stream and manage your music collection", + "fr": "Streamez et gérez votre collection de musique" }, - "version": "10.5.0~ynh1", + "version": "10.5.0~ynh2", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 1b0b660..a24a23d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="openjdk-8-jre ffmpeg" +pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg" #================================================= # PERSONAL HELPERS @@ -59,4 +59,4 @@ ynh_multimedia_addfolder () { ynh_handle_getopts_args "$@" ./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir" -} \ No newline at end of file +}