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
6 changes: 3 additions & 3 deletions packages/obs-studio-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = obs-studio-deb
gives = obs-studio
pkgver = 32.0.0
pkgver = 32.0.3
pkgdesc = Free and open source software for live streaming and screen recording
arch = amd64
compatible = ubuntu:noble
license = GPL-2.0-only
maintainer = villamorrd <villamorrd@students.nu-moa.edu.ph>
repology = project: obs-studio
source = https://github.com/obsproject/obs-studio/releases/download/32.0.0/OBS-Studio-32.0.0-Ubuntu-24.04-x86_64.deb
sha256sums = adb6962aab6d1396c32f79d719206ea30eb6840f09467ce834d3bbb02d738650
source = https://github.com/obsproject/obs-studio/releases/download/32.0.3/OBS-Studio-32.0.3-Ubuntu-24.04-x86_64.deb
sha256sums = 3d5737a3e88762931f17068288bab8749b0de9ad39e71418eb97391b5477fb64

pkgname = obs-studio-deb
6 changes: 3 additions & 3 deletions packages/obs-studio-deb/obs-studio-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pkgname="obs-studio-deb"
repology=("project: obs-studio")
arch=('amd64')
gives="obs-studio"
pkgver="32.0.0"
source=("https://github.com/obsproject/obs-studio/releases/download/32.0.0/OBS-Studio-${pkgver}-Ubuntu-24.04-x86_64.deb")
pkgver="32.0.3"
source=("https://github.com/obsproject/obs-studio/releases/download/32.0.3/OBS-Studio-${pkgver}-Ubuntu-24.04-x86_64.deb")
pkgdesc="Free and open source software for live streaming and screen recording"
sha256sums=("adb6962aab6d1396c32f79d719206ea30eb6840f09467ce834d3bbb02d738650")
sha256sums=("3d5737a3e88762931f17068288bab8749b0de9ad39e71418eb97391b5477fb64")
maintainer=("villamorrd <villamorrd@students.nu-moa.edu.ph>")
compatible=("ubuntu:noble")
license=('GPL-2.0-only')
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -10300,15 +10300,15 @@ pkgname = obs-backgroundremoval
---
pkgbase = obs-studio-deb
gives = obs-studio
pkgver = 32.0.0
pkgver = 32.0.3
pkgdesc = Free and open source software for live streaming and screen recording
arch = amd64
compatible = ubuntu:noble
license = GPL-2.0-only
maintainer = villamorrd <villamorrd@students.nu-moa.edu.ph>
repology = project: obs-studio
source = https://github.com/obsproject/obs-studio/releases/download/32.0.0/OBS-Studio-32.0.0-Ubuntu-24.04-x86_64.deb
sha256sums = adb6962aab6d1396c32f79d719206ea30eb6840f09467ce834d3bbb02d738650
source = https://github.com/obsproject/obs-studio/releases/download/32.0.3/OBS-Studio-32.0.3-Ubuntu-24.04-x86_64.deb
sha256sums = 3d5737a3e88762931f17068288bab8749b0de9ad39e71418eb97391b5477fb64

pkgname = obs-studio-deb
---
Expand Down
Loading