summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-11-02 07:55:04 +0100
committertytan6522022-11-02 07:55:04 +0100
commitbc9a36227795e2abba62300d603f434959aabd95 (patch)
tree10c7e45abda9df6442c984bcc42070b94f0b593e
parent14e1c72dd08292b78ad6579c52b7cd30e81f2bbb (diff)
downloadaur-bc9a36227795e2abba62300d603f434959aabd95.tar.gz
build: Update to 28.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd9d90844f16..8299e39847cb 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.0
+ pkgver = 28.1.1
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.0
+ provides = obs-studio=28.1.1
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.0
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=28.1.1
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 7bcfde0306a7..06fa9129867d 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.0
+pkgver=28.1.1
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")