From 1094531aa7f8bccc391cd243d650b0dae6d076c6 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sat, 14 Jan 2023 20:00:16 +0530 Subject: [PATCH] Fix deps and conflicts --- {cockpit-docker => cockpit-docker-fork}/lure.sh | 7 ++++--- cockpit-sensors/lure.sh | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) rename {cockpit-docker => cockpit-docker-fork}/lure.sh (87%) diff --git a/cockpit-docker/lure.sh b/cockpit-docker-fork/lure.sh similarity index 87% rename from cockpit-docker/lure.sh rename to cockpit-docker-fork/lure.sh index b4a6e26..008754c 100644 --- a/cockpit-docker/lure.sh +++ b/cockpit-docker-fork/lure.sh @@ -1,4 +1,5 @@ -name='cockpit-docker' +name='cockpit-docker-fork' +_name='cockpit-docker' version=VERSION release=1 desc='Manage your docker containers from Cockpit' @@ -8,7 +9,7 @@ maintainer='SinTan1729' license=('LGPL-2.1') provides=() conflicts=() -deps=('cockpit') +deps=() git_repo='mrevjd/cockpit-docker' sources=() @@ -21,7 +22,7 @@ version() { package() { # Pull sources echo "Pulling ${name} ${version}" - curl -L "https://github.com/${git_repo}/releases/latest/download/${name}.tar.gz" -o ${name}.tar.gz + curl -L "https://github.com/${git_repo}/releases/latest/download/${_name}.tar.gz" -o ${name}.tar.gz # Build package echo "Creating the package" tar -xf ${name}.tar.gz -C . diff --git a/cockpit-sensors/lure.sh b/cockpit-sensors/lure.sh index 31f3aea..50126c1 100644 --- a/cockpit-sensors/lure.sh +++ b/cockpit-sensors/lure.sh @@ -8,7 +8,7 @@ maintainer='SinTan1729' license=('LGPL-2.1') provides=() conflicts=() -deps=('lm_sensors') +deps=('lm_sensors' 'cockpit') git_repo='ocristopfer/cockpit-sensors' sources=()