From 702445e69640aa9aa8f0e88773f092d3f1db9c90 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 20 Aug 2023 19:08:22 +0300 Subject: [PATCH] ver --- obs-ndi-bin/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obs-ndi-bin/lure.sh b/obs-ndi-bin/lure.sh index 4736134..bac7a9e 100644 --- a/obs-ndi-bin/lure.sh +++ b/obs-ndi-bin/lure.sh @@ -10,13 +10,13 @@ provides=('obs-ndi') conflicts=('obs-ndi-git') deps=('obs-studio' 'avahi' 'libndi') -sources=("https://github.com/Palakis/obs-ndi/releases/download/v${version}/obs-ndi-${version}-linux-x86_64.deb?~archive=false") +sources=("git+https://github.com/obs-ndi/obs-ndi?~rev=${version}") checksums=('SKIP') prepare() { cd "${srcdir}" ar -x ./obs-ndi-${version}-linux-x86_64.deb - tar -xf data.tar.gz -C + tar -xf data.tar.gz } package() {