Источник
This commit is contained in:
parent
a0a2067eaa
commit
6fc0b6af62
@ -13,12 +13,12 @@ build_deps=('git' 'gcc' 'cmake' 'vulkan-headers' 'libgcc1' 'libvulkan1(x86-32)'
|
||||
deps_arch=('vulkan-icd-loader' 'libgl' 'obs-studio>=27')
|
||||
build_deps_arch=('git' 'gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl')
|
||||
|
||||
sources=("https://github.com/nowrep/obs-vkcapture/releases/tag/v{$version}")
|
||||
sources=("git+https://github.com/nowrep/obs-vkcapture.git#tag=v{$version}")
|
||||
checksums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/obs-vkcapture"
|
||||
mkdir buil && cd build
|
||||
mkdir build && cd build
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user