summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-01-10 09:45:32 +0100
committertytan6522023-01-10 09:45:32 +0100
commit23df252cf4369cc7a01c7b71947e5d068918d625 (patch)
treed982c5f52bdd23f04f3d73c1ffc98252823dd40d
parentcdbaa1b151357bde26da4b9c0e7352b83a93ec0f (diff)
downloadaur-23df252cf4369cc7a01c7b71947e5d068918d625.tar.gz
build: Update to version 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5844b6315c5..4141a9937c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-source-record
pkgdesc = Plugin for OBS Studio to add a filter that allows you to record a source
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://obsproject.com/forum/resources/source-record.1285/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = obs-source-record
license = GPL2
makedepends = cmake
makedepends = git
- depends = obs-studio>=28
- source = obs-source-record::git+https://github.com/exeldro/obs-source-record#commit=4a543d3577d56a27f5f2b9aa541a466b37dafde0
+ depends = obs-studio>=29
+ source = obs-source-record::git+https://github.com/exeldro/obs-source-record#commit=4e27c040031831f9e9959f4947a6904ebe0fa23a
sha256sums = SKIP
pkgname = obs-source-record
diff --git a/PKGBUILD b/PKGBUILD
index 80c57a89ed7d..da9b5933f025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-source-record
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Plugin for OBS Studio to add a filter that allows you to record a source"
arch=("x86_64" "aarch64")
url="https://obsproject.com/forum/resources/source-record.1285/"
license=("GPL2")
-depends=("obs-studio>=28")
+depends=("obs-studio>=29")
makedepends=("cmake" "git")
-source=("$pkgname::git+https://github.com/exeldro/$pkgname#commit=4a543d3577d56a27f5f2b9aa541a466b37dafde0")
+source=("$pkgname::git+https://github.com/exeldro/$pkgname#commit=4e27c040031831f9e9959f4947a6904ebe0fa23a")
sha256sums=("SKIP")
build() {