diff options
author | Thomas Bocek | 2025-03-09 12:27:42 +0100 |
---|---|---|
committer | Thomas Bocek | 2025-03-09 12:27:42 +0100 |
commit | 2c3d36ade50be6cb5e9540328b48aeae43369378 (patch) | |
tree | 269664135af12b71d7140f2e81c1165fc7a79a80 | |
parent | 31f788e58c8533402c89e1c861f37b9bfeb44eee (diff) | |
download | aur-2c3d36ade50be6cb5e9540328b48aeae43369378.tar.gz |
updated to the latest version 31.0.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = obs-studio-with-websockets pkgdesc = Free, open source software for live streaming and recording - pkgver = 31.0.1 + pkgver = 31.0.2 pkgrel = 1 url = https://obsproject.com arch = x86_64 @@ -40,7 +40,7 @@ pkgbase = obs-studio-with-websockets optdepends = sndio: Sndio input client optdepends = v4l2loopback-dkms: virtual camera support options = !debug - source = obs-studio-with-websockets-31.0.1.tar.gz::https://github.com/tbocek/obs-source-all/releases/download/31.0.1/obs-studio-31.0.1.tar.gz - sha256sums = 33ac680f48bc46bfc03c5af162bc65dc73c21f2c152c9696689a7992e74dff69 + source = obs-studio-with-websockets-31.0.2.tar.gz::https://github.com/tbocek/obs-source-all/releases/download/31.0.2/obs-studio-31.0.2.tar.gz + sha256sums = 0877c711ffe31695dcdff8260328650f0b7b2f386bffd9aac548811bc56e52d2 pkgname = obs-studio-with-websockets @@ -4,7 +4,7 @@ # Contributor: Maciek Marciniak <mm2pl at kotmisia.pl> pkgname=obs-studio-with-websockets -pkgver=31.0.1 +pkgver=31.0.2 pkgrel=1 pkgdesc="Free, open source software for live streaming and recording" arch=('x86_64') @@ -23,7 +23,7 @@ optdepends=('libfdk-aac: FDK AAC codec support' 'v4l2loopback-dkms: virtual camera support') options=("!debug") source=($pkgname-$pkgver.tar.gz::https://github.com/tbocek/obs-source-all/releases/download/$pkgver/obs-studio-$pkgver.tar.gz) -sha256sums=('33ac680f48bc46bfc03c5af162bc65dc73c21f2c152c9696689a7992e74dff69') +sha256sums=('0877c711ffe31695dcdff8260328650f0b7b2f386bffd9aac548811bc56e52d2') build() { export CFLAGS+=" -Wno-error=deprecated-declarations" diff --git a/README.md b/README.md index 5dfcb45d33b6..e4115ce7984a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The github action in this repository creates a tarball with alle the plugins (in yay -S qrcodegencpp-cmake #this is an AUR depenendcy that must be installed beforehand git clone https://aur.archlinux.org/obs-studio-with-websockets.git MAKEFLAGS="-j$(nproc)" makepkg -Acs -sudo pacman -U obs-studio-with-websockets-31.0.1-1-x86_64.pkg.tar.zst +sudo pacman -U obs-studio-with-websockets-31.0.2-1-x86_64.pkg.tar.zst ``` ## Installation with yay |