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() {