From 0b0f8458f81e85fba8f82d89987cf269a1b92b0c Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 20 Aug 2023 17:00:01 +0300 Subject: [PATCH] libndi --- libndi-bin/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libndi-bin/lure.sh b/libndi-bin/lure.sh index e59fa3f..9e9ac71 100644 --- a/libndi-bin/lure.sh +++ b/libndi-bin/lure.sh @@ -9,8 +9,8 @@ license=('LGPL2.0') provides=('libndi') conflicts=('libndi-git' 'ndi-sdk') -sources=("a.deb::https://github.com/obs-ndi/obs-ndi/releases/download/4.11.1/libndi5-dev_${version}-1_amd64.deb" -"b.deb::https://github.com/obs-ndi/obs-ndi/releases/download/4.11.1/libndi5_${version}-1_amd64.deb") +sources=("https://github.com/obs-ndi/obs-ndi/releases/download/4.11.1/libndi5-dev_${version}-1_amd64.deb" +"https://github.com/obs-ndi/obs-ndi/releases/download/4.11.1/libndi5_${version}-1_amd64.deb") checksums=('SKIP' 'SKIP')