From 6fc0b6af62b2cc71aa940de8305a4f5128915564 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 23 Apr 2023 12:50:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D1=82=D0=BE=D1=87=D0=BD=D0=B8?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obs-vkcapture/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obs-vkcapture/lure.sh b/obs-vkcapture/lure.sh index 7490bd1..342926e 100644 --- a/obs-vkcapture/lure.sh +++ b/obs-vkcapture/lure.sh @@ -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() {