ver
This commit is contained in:
parent
3265894aae
commit
702445e696
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user