summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Gaudon2021-09-26 12:07:36 +0200
committerAlice Gaudon2021-09-26 12:08:03 +0200
commitdde48768540a95c3329d9aee384e8026ea6e3fda (patch)
tree5a0cab9d7ce7e4e4457be910e70b895a46777fd9
parentd4270b27ae2850ca06ea04d195ba57cb469eaeb6 (diff)
downloadaur-dde48768540a95c3329d9aee384e8026ea6e3fda.tar.gz
Bump pkgrel and update .SRCINFO
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ab6f8b4d14..4a9c13aebaa2 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. Built with browser, vst plugins.
pkgver = 27.0.1
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
@@ -14,8 +14,7 @@ pkgbase = obs-studio-browser
makedepends = swig
makedepends = luajit
makedepends = python
- makedepends = cef-minimal>=87.0.0
- makedepends = cef-minimal<89.0.0
+ makedepends = cef-minimal>=91.0.0
makedepends = wayland
makedepends = qt5-wayland
makedepends = sndio
@@ -48,10 +47,12 @@ pkgbase = obs-studio-browser
source = git+https://github.com/obsproject/obs-browser.git
source = git+https://github.com/obsproject/obs-vst.git
source = fix_python_binary_loading.patch
+ source = cef91.patch
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = 93ad704cef425073b417d1ed95e076f688a6e45cdf589472c65e437d77297303f31dd8f15c7d5e30f83276a6396b732dfb5a695db9c773911aaa0423c5262177
+ sha512sums = 20c348c9e2439ae2077357d8aee5d9f3d06701cc2eb60bcb24e43701df0c8f48ba4810c5e4c746889baf4ae8bdacfcacf2f279da903e6e1ed4814a950092678e
pkgname = obs-studio-browser
diff --git a/PKGBUILD b/PKGBUILD
index c12614a7e029..90b12a95e741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=obs-studio-browser
pkgver=27.0.1
-pkgrel=6
+pkgrel=7
pkgdesc="Free and open source software for video recording and live streaming. Built with browser, vst plugins."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"