summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2020-07-06 23:06:45 +0200
committerbenklett2020-07-06 23:06:45 +0200
commitbda9903adafe06ee4f7096ce7180b2ddf068a426 (patch)
tree7846b0a422c8489e2ce9ae40067c1882d6ee7296
parent543ec2be696e5f61eb659296320abb720ec1f85f (diff)
downloadaur-bda9903adafe06ee4f7096ce7180b2ddf068a426.tar.gz
Switch to cef-minimal-3770 for the time being
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c29af1d821a..c2463f2c4b52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-studio-git
pkgdesc = Free and open source software for video recording and live streaming.
- pkgver = 25.0.0.rc1.r1.g9aedc7e5b
+ pkgver = 25.0.7.r302.gc21fd6f27
pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = i686
@@ -16,7 +16,7 @@ pkgbase = obs-studio-git
makedepends = swig
makedepends = luajit
makedepends = python
- makedepends = cef-minimal
+ makedepends = cef-minimal-3770
depends = ffmpeg
depends = jansson
depends = libxinerama
@@ -31,7 +31,7 @@ pkgbase = obs-studio-git
optdepends = swig: Scripting
optdepends = luajit: Lua scripting
optdepends = python: Python scripting
- provides = obs-studio=25.0.0.rc1.r1.g9aedc7e5b
+ provides = obs-studio=25.0.7.r302.gc21fd6f27
conflicts = obs-studio
source = obs-studio-git::git+https://github.com/obsproject/obs-studio.git#branch=master
source = git+https://github.com/Mixer/ftl-sdk.git
diff --git a/PKGBUILD b/PKGBUILD
index 097b2a8783e3..4592bf301f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
-pkgver=25.0.0.rc1.r1.g9aedc7e5b
+pkgver=25.0.7.r302.gc21fd6f27
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
@@ -12,7 +12,7 @@ license=("GPL2")
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
"qt5-x11extras" "curl" "gtk-update-icon-cache")
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
- "vlc" "swig" "luajit" "python" "cef-minimal")
+ "vlc" "swig" "luajit" "python" "cef-minimal-3770")
optdepends=("libfdk-aac: FDK AAC codec support"
"libxcomposite: XComposite capture support"
"jack: JACK Support"