From b0cb8b40ed3c64909e8be7e59f0cccdd652f1239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 17 Jun 2023 23:00:53 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/_common.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index bb8a942..820e80d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ code = "https://github.com/transmission/transmission" cpe = "cpe:2.3:a:transmissionbt:transmission" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = false ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index a283baa..944a65e 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -#REMOVEME? pkg_dependencies="transmission-daemon transmission-cli transmission-common acl" - #================================================= # PERSONAL HELPERS #=================================================