summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877abbfe7ede..2e614a1420fb 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 Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes.
- pkgver = 27.1.1
- pkgrel = 4
+ pkgver = 27.1.2
+ pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
@@ -41,10 +41,10 @@ pkgbase = obs-studio-tytan652
optdepends = python: Python scripting
optdepends = sndio: Sndio input client
optdepends = v4l2loopback-dkms: Virtual camera output
- provides = obs-studio=27.1.1
+ provides = obs-studio=27.1.2
conflicts = obs-studio
conflicts = obs-linuxbrowser
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.1.1
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.1.2
source = python_fix.patch
source = bind_iface.patch
source = v4l2_by-path.patch
diff --git a/PKGBUILD b/PKGBUILD
index c3c38ec69eb4..649b2f3240bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: tytan652 <tytan652 at tytanium dot xyz>
pkgname=obs-studio-tytan652
-pkgver=27.1.1
-pkgrel=4
+pkgver=27.1.2
+pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes."
arch=("i686" "x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"