summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-09-05 15:24:57 +0200
committertytan6522023-09-05 15:24:57 +0200
commitdf18a13fd71d7e7b6011aa4e06e74060b618b42b (patch)
treeca0af93093eb76eb6fb86c666d6fc8418229dfca
parentc23cfa0521041f3373e70508cc8f48d4a2201491 (diff)
downloadaur-df18a13fd71d7e7b6011aa4e06e74060b618b42b.tar.gz
build: Fix libgl deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c40696e965de..4099f8b33fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-browser
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integration
pkgver = 29.1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -32,7 +32,7 @@ pkgbase = obs-studio-browser
depends = glib2
depends = glibc
depends = jansson
- depends = libglvnd
+ depends = libgl
depends = libpipewire
depends = libpulse
depends = librist
diff --git a/PKGBUILD b/PKGBUILD
index b79a277c5942..9776f9a76518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=obs-studio-browser
pkgver=29.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -26,7 +26,7 @@ depends=(
"glib2" # Deps of libobs, PipeWire plugin and CEF
"glibc" # Deps of any C++ related binary
"jansson" # Deps of libobs and rtmp-services plugin
- "libglvnd" # Deps of libobs-opengl and OBS Studio
+ "libgl" # Deps of libobs-opengl and OBS Studio
"libpipewire" # Deps of the PipeWire plugin
"libpulse" # Deps of PulseAudio monitoring (in libobs) and PulseAudio plugin
"librist" # Deps of FFmpeg plugin