summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-03-10 08:46:53 +0100
committertytan6522022-03-10 08:46:53 +0100
commit96eff7ce3259ba4d4b891ccd90c42c492c5476fb (patch)
tree785ed5d75fc2b7194d275ce385eb06c2f4785bb6
parentdd026dc6a908bfe3e414352dda0115df46e849fa (diff)
downloadaur-96eff7ce3259ba4d4b891ccd90c42c492c5476fb.tar.gz
build: Update to version 0.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f25515255a2..a2802dc6956d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-virtual-cam-filter
pkgdesc = Adds a filter to output a source or scene to the build in virtual camera
- pkgver = 0.0.5
- pkgrel = 3
+ pkgver = 0.0.6
+ pkgrel = 1
url = https://obsproject.com/forum/resources/virtual-cam-filter.1142/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = obs-virtual-cam-filter
makedepends = ffmpeg
makedepends = pciutils
depends = obs-studio>=27.2.0
- source = obs-virtual-cam-filter::git+https://github.com/exeldro/obs-virtual-cam-filter#commit=a66b808dd412910d3d2b1a698311c8b4759f87e9
+ source = obs-virtual-cam-filter::git+https://github.com/exeldro/obs-virtual-cam-filter#commit=4af4d50d25cb6afa18b29b84a6b1f795e486f4a1
source = obs-studio-27.2.0.tar.gz::https://github.com/obsproject/obs-studio/archive/27.2.0.tar.gz
sha256sums = SKIP
sha256sums = c52d99cba6c536cb805e3e0f54663c33cfc43a1b7521bec97d241019499f9789
diff --git a/PKGBUILD b/PKGBUILD
index b38addeda56c..1e2ed03e97f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pluginname=virtual-cam-filter
pkgname=obs-$_pluginname
-pkgver=0.0.5
+pkgver=0.0.6
_obsver=27.2.0
-pkgrel=3
+pkgrel=1
pkgdesc="Adds a filter to output a source or scene to the build in virtual camera"
arch=("i686" "x86_64" "aarch64")
url="https://obsproject.com/forum/resources/virtual-cam-filter.1142/"
@@ -12,7 +12,7 @@ license=("GPL2")
depends=("obs-studio>=$_obsver")
makedepends=("cmake" "git" "libxcomposite" "ffmpeg" "pciutils")
source=(
- "$pkgname::git+https://github.com/exeldro/$pkgname#commit=a66b808dd412910d3d2b1a698311c8b4759f87e9"
+ "$pkgname::git+https://github.com/exeldro/$pkgname#commit=4af4d50d25cb6afa18b29b84a6b1f795e486f4a1"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
)
sha256sums=(