summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-03-05 11:21:53 +0100
committertytan6522022-03-05 11:21:53 +0100
commit80d78d993367883475d516140daa4546acacc937 (patch)
treea3d2cc20f9dc956e43dc214f466777b0bae2d9c9
parentcbbef749ac9fff0af41df92bc91baddad70d2f9a (diff)
downloadaur-80d78d993367883475d516140daa4546acacc937.tar.gz
build: Update to 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b3b9a2e255..51626b69dd54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-source-record
pkgdesc = Plugin for OBS Studio to add a filter that allows you to record a source
- pkgver = 0.2.7
- pkgrel = 3
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://obsproject.com/forum/resources/source-record.1285/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = obs-source-record
makedepends = ffmpeg
makedepends = pciutils
depends = obs-studio>=27.2.0
- source = obs-source-record::git+https://github.com/exeldro/obs-source-record#commit=91d3713871356a47c9a2743113d208c797a566fe
+ source = obs-source-record::git+https://github.com/exeldro/obs-source-record#commit=8d71fc5c6994cce68b912ae3c075e39415f982aa
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 ddb26627dc7f..547bd40b24c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pluginname=source-record
pkgname=obs-$_pluginname
-pkgver=0.2.7
+pkgver=0.3.0
_obsver=27.2.0
-pkgrel=3
+pkgrel=1
pkgdesc="Plugin for OBS Studio to add a filter that allows you to record a source"
arch=("i686" "x86_64" "aarch64")
url="https://obsproject.com/forum/resources/source-record.1285/"
@@ -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=91d3713871356a47c9a2743113d208c797a566fe"
+ "$pkgname::git+https://github.com/exeldro/$pkgname#commit=8d71fc5c6994cce68b912ae3c075e39415f982aa"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
)
sha256sums=(