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')