1
This commit is contained in:
parent
918f84cd63
commit
0ef71f1625
@ -53,10 +53,12 @@ build_deps=('lib64alsa-oss-devel.x86_64' \
|
||||
'x264-devel')
|
||||
|
||||
|
||||
sources=("https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux64.tar.bz2
|
||||
https://github.com/obsproject/obs-studio.git")
|
||||
sources=("https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux64.tar.bz2"
|
||||
"https://github.com/obsproject/obs-studio.git"
|
||||
)
|
||||
checksums=('SKIP'
|
||||
'SKIP')
|
||||
'SKIP'
|
||||
)
|
||||
|
||||
build() {
|
||||
cd obs-studio
|
||||
@ -67,4 +69,5 @@ sudo make install
|
||||
}
|
||||
|
||||
package() {
|
||||
}
|
||||
cd ${pkgname}-${pkgver}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user