From 2337a14bd58abf316f692e724053ee1f1afa46c1 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 23:35:57 +0300 Subject: [PATCH] deb deps --- strelaysrv/lure.sh | 2 ++ syncthing/lure.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/strelaysrv/lure.sh b/strelaysrv/lure.sh index 66dc420..51a3e40 100644 --- a/strelaysrv/lure.sh +++ b/strelaysrv/lure.sh @@ -9,6 +9,8 @@ provides='syncthing-relaysrv' conflicts='syncthing-relaysrv' deps_amd64=('glibc') build_deps=('git' 'go') +build_deps_debian=('git' 'golang') + sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.service" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.tmpfiles" diff --git a/syncthing/lure.sh b/syncthing/lure.sh index f3d561b..c25db8d 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -9,6 +9,8 @@ provides='syncthing' conflicts='syncthing' deps_amd64=('glibc' 'strelaysrv') build_deps=('git' 'go') +build_deps_debian=('git' 'golang') + sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") checksums=('f91066b8588c02b5ff77aa801cc4e0319f3467325bdd75326aebccffb6495698')