summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-10-07 20:07:11 +0200
committertytan6522023-10-07 20:07:11 +0200
commite738c8f52308e2965c2a393e7a6dcc64abf5f908 (patch)
tree16c341a11cf89e3552c4f8b05ec6b6542e90ad40
parent5dc3be83ed04c48e090ce2084e2d1ea32d4c5db9 (diff)
downloadaur-e738c8f52308e2965c2a393e7a6dcc64abf5f908.tar.gz
build: Fix CVEs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52df77f85b03..899bbada389a 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 = 29.1.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -21,7 +21,7 @@ pkgbase = obs-studio-tytan652
makedepends = systemd-libs
makedepends = v4l-utils
makedepends = websocketpp
- makedepends = cef-minimal-obs=103.0.0_5060_shared_textures_143.2591+g4204d54+chromium_103.0.5060.134_1
+ makedepends = cef-minimal-obs=103.0.0_5060_shared_textures_2594+gc69ad37+chromium_103.0.5060.134_1
depends = alsa-lib
depends = curl
depends = ffmpeg-obs>=6
diff --git a/PKGBUILD b/PKGBUILD
index 088984bed8cc..6d99ee18a660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=29.1.3
-pkgrel=4
+pkgrel=5
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"
@@ -74,7 +74,7 @@ makedepends=(
"websocketpp" # Deps of Websocket plugin (headers-only lib)
# Deps of obs-browser
- "cef-minimal-obs=103.0.0_5060_shared_textures_143.2591+g4204d54+chromium_103.0.5060.134_1"
+ "cef-minimal-obs=103.0.0_5060_shared_textures_2594+gc69ad37+chromium_103.0.5060.134_1"
)
optdepends=(
"jack: JACK support"