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