summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2022-11-05 11:27:20 +0100
committerFrederik “Freso” S. Olesen2022-11-05 11:27:20 +0100
commit1966a129ae56d2ed6eec6e521ebd301465a55d82 (patch)
tree6d1ac5d7982eee0d23c04c155f9000f8a337b46b
parent58a239d55b7244380cc906eb51b80a428934da32 (diff)
downloadaur-1966a129ae56d2ed6eec6e521ebd301465a55d82.tar.gz
StreamFX 0.12.0 Alpha 151
https://github.com/Xaymar/obs-StreamFX/releases/tag/0.12.0a151
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98f477b978b3..920c16b90ba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-streamfx-unstable
pkgdesc = Bring your stream back to life with modern effects! (unstable/testing version)
- pkgver = 0.12.0a134
+ pkgver = 0.12.0a151
pkgrel = 1
url = https://github.com/Xaymar/obs-StreamFX
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = obs-streamfx-unstable
depends = nlohmann-json
provides = obs-streamfx
conflicts = obs-streamfx
- source = obs-streamfx::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.12.0a134
+ source = obs-streamfx::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.12.0a151
md5sums = SKIP
pkgname = obs-streamfx-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 5078e352750f..de51b6015c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hugo Denizart <hugo at denizart dot pro>
_pkgname=obs-streamfx
pkgname=$_pkgname-unstable
-pkgver=0.12.0a134
+pkgver=0.12.0a151
pkgrel=1
pkgdesc="Bring your stream back to life with modern effects! (unstable/testing version)"
arch=("x86_64")
@@ -17,7 +17,7 @@ makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
provides=($_pkgname)
conflicts=($_pkgname)
source=("$_pkgname::git+https://github.com/Xaymar/obs-StreamFX.git#tag="$pkgver)
-md5sums=("SKIP")
+md5sums=('SKIP')
prepare() {
cd $_pkgname