summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-10-19 14:11:48 +0200
committertytan6522022-10-19 14:11:48 +0200
commit298cfd82d0c08a369c126c64679f14ea658d3884 (patch)
treee30b6d5f9c9ebd3f714e836354b62f11b4aa6535
parentae961f2ad55fddf0930b5a4f36acc544b4736156 (diff)
downloadaur-298cfd82d0c08a369c126c64679f14ea658d3884.tar.gz
build: Fix git CVE mess
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ba346ffaf09..c5a9587749cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-tytan652
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
pkgver = 28.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index ced148eddfb2..3e42f1d39530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-tytan652
pkgver=28.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -129,6 +129,7 @@ fi
prepare() {
cd "$srcdir/obs-studio"
+ git config --local protocol.file.allow always
git config submodule.plugins/obs-browser.url $srcdir/obs-browser
git config submodule.plugins/obs-websocket.url $srcdir/obs-websocket
git submodule update
@@ -139,6 +140,7 @@ prepare() {
sed -i 's|AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/deps/asio/asio/include/asio.hpp||' CMakeLists.txt
sed -i "s|AND EXISTS|EXISTS|" CMakeLists.txt
sed -i "s|add_subdirectory(deps/json)|find_package(nlohmann_json 3.10.0 REQUIRED)|" CMakeLists.txt
+ git config --local protocol.file.allow always
git config submodule.deps/qr.url $srcdir/qr
git submodule update deps/qr