Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/obs-studio/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = obs-studio
pkgver = 32.0.0
pkgver = 32.0.3
pkgdesc = Free and open source software for live streaming and screen recording
arch = amd64
depends = libasound2t64
Expand Down Expand Up @@ -123,6 +123,7 @@ pkgbase = obs-studio
makedepends = libpipewire-0.3-dev
makedepends = libqrcodegencpp-dev
makedepends = uthash-dev
makedepends = libsimde-dev
makedepends = qt6-base-dev
makedepends = qt6-base-private-dev
makedepends = qt6-svg-dev
Expand Down Expand Up @@ -153,7 +154,7 @@ pkgbase = obs-studio
license = GPL-2.0-only
maintainer = villamorrd <[email protected]>
repology = project: obs-studio
source = https://github.com/obsproject/obs-studio.git#tag=32.0.0
source = https://github.com/obsproject/obs-studio.git#tag=32.0.3
source = https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64.tar.xz
sha256sums = SKIP
sha256sums = fab66dfc9cfd2e26fb87798f855aef30c2004edc8e19570d37af555644ae1655
Expand Down
4 changes: 2 additions & 2 deletions packages/obs-studio/obs-studio.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname="obs-studio"
repology=("project: ${pkgname}")
arch=('amd64')
pkgver="32.0.0"
pkgver="32.0.3"
source=(
"https://github.com/obsproject/obs-studio.git#tag=${pkgver}"
"https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64.tar.xz"
Expand Down Expand Up @@ -40,7 +40,7 @@ makedepends=(
"libxinerama-dev" "libxcb1-dev" "libx11-xcb-dev" "libxcb-xfixes0-dev" "swig"
"libcmocka-dev" "libxss-dev" "libglvnd-dev" "libgles2-mesa-dev" "libwayland-dev"
"librist-dev" "libsrt-openssl-dev" "libpci-dev" "libpipewire-0.3-dev" "libqrcodegencpp-dev"
"uthash-dev"
"uthash-dev" "libsimde-dev"

# Qt6 dependencies
"qt6-base-dev" "qt6-base-private-dev" "qt6-svg-dev" "qt6-wayland" "qt6-image-formats-plugins"
Expand Down
5 changes: 3 additions & 2 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -10313,7 +10313,7 @@ pkgbase = obs-studio-deb
pkgname = obs-studio-deb
---
pkgbase = obs-studio
pkgver = 32.0.0
pkgver = 32.0.3
pkgdesc = Free and open source software for live streaming and screen recording
arch = amd64
depends = libasound2t64
Expand Down Expand Up @@ -10437,6 +10437,7 @@ pkgbase = obs-studio
makedepends = libpipewire-0.3-dev
makedepends = libqrcodegencpp-dev
makedepends = uthash-dev
makedepends = libsimde-dev
makedepends = qt6-base-dev
makedepends = qt6-base-private-dev
makedepends = qt6-svg-dev
Expand Down Expand Up @@ -10467,7 +10468,7 @@ pkgbase = obs-studio
license = GPL-2.0-only
maintainer = villamorrd <[email protected]>
repology = project: obs-studio
source = https://github.com/obsproject/obs-studio.git#tag=32.0.0
source = https://github.com/obsproject/obs-studio.git#tag=32.0.3
source = https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64.tar.xz
sha256sums = SKIP
sha256sums = fab66dfc9cfd2e26fb87798f855aef30c2004edc8e19570d37af555644ae1655
Expand Down
Loading