summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-11-06 00:01:20 +0100
committertytan6522022-11-06 00:01:20 +0100
commitc04561d90da63fa9e26c5907fde8c5e50f36aec6 (patch)
treeedc34e427806c0b51d671358cff4a90542df53cf
parentbc9a36227795e2abba62300d603f434959aabd95 (diff)
downloadaur-c04561d90da63fa9e26c5907fde8c5e50f36aec6.tar.gz
build: Update to 28.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8299e39847cb..8be263201cf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 28.1.1
+ pkgver = 28.1.2
pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = obs-studio-tytan652
optdepends = libajantv2: AJA NTV 2 support
optdepends = python: Python scripting
optdepends = decklink: Blackmagic Design DeckLink support
- provides = obs-studio=28.1.1
+ provides = obs-studio=28.1.2
provides = obs-vst
provides = obs-websocket
provides = obs-browser
@@ -58,7 +58,7 @@ pkgbase = obs-studio-tytan652
conflicts = obs-linuxbrowser
conflicts = obs-browser
options = debug
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=28.1.1
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=28.1.2
source = obs-browser::git+https://github.com/obsproject/obs-browser.git
source = obs-websocket::git+https://github.com/obsproject/obs-websocket.git
source = qr::git+https://github.com/nayuki/QR-Code-generator.git
diff --git a/PKGBUILD b/PKGBUILD
index 06fa9129867d..a728cbb39ea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-tytan652
-pkgver=28.1.1
+pkgver=28.1.2
pkgrel=1
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")