summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-06-12 07:12:09 +0200
committertytan6522021-06-12 07:12:09 +0200
commit4f94dfc68a29a7d273c46e6b4fd8eeaf85491305 (patch)
treeca3cd9dd78a14d3dd9e88dc97ef370313737adb1
parent5c6472141470d63da43a0365803ea268b2080912 (diff)
downloadaur-4f94dfc68a29a7d273c46e6b4fd8eeaf85491305.tar.gz
build: Update to 27.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b61d16963b..83fd9facab2e 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, working VLC sources and my bind interface and GNOME entry PRs.
- pkgver = 27.0.0
- pkgrel = 5
+ pkgver = 27.0.1
+ pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
@@ -36,10 +36,10 @@ pkgbase = obs-studio-tytan652
optdepends = luajit: Lua scripting
optdepends = python: Python scripting
optdepends = v4l2loopback-dkms: Virtual camera output
- provides = obs-studio=27.0.0
+ provides = obs-studio=27.0.1
conflicts = obs-studio
conflicts = obs-linuxbrowser
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.0.0
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.0.1
source = python_fix.patch
source = bind_iface.patch
source = update_desktop_entries.patch
diff --git a/PKGBUILD b/PKGBUILD
index 7659c36f852e..0bb79f21af69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: tytan652 <tytan652 at tytanium dot xyz>
pkgname=obs-studio-tytan652
-pkgver=27.0.0
-pkgrel=5
+pkgver=27.0.1
+pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, working VLC sources and my bind interface and GNOME entry PRs."
arch=("i686" "x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"