ver
This commit is contained in:
parent
3265894aae
commit
702445e696
@ -10,13 +10,13 @@ provides=('obs-ndi')
|
|||||||
conflicts=('obs-ndi-git')
|
conflicts=('obs-ndi-git')
|
||||||
deps=('obs-studio' 'avahi' 'libndi')
|
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')
|
checksums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
ar -x ./obs-ndi-${version}-linux-x86_64.deb
|
ar -x ./obs-ndi-${version}-linux-x86_64.deb
|
||||||
tar -xf data.tar.gz -C
|
tar -xf data.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user