summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Denizart2023-01-31 17:32:58 +0100
committerHugo Denizart2023-01-31 17:32:58 +0100
commitbf485df187e5d771f7d12b5d19bdb8eda4500eff (patch)
tree6bee729c1e32294e630de15830cd9e354c30c9c5
parent3c2749c80ec57818e0755e737622e884567b3e85 (diff)
downloadaur-bf485df187e5d771f7d12b5d19bdb8eda4500eff.tar.gz
🚑️ Fix branch name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63068bc5273b..bdbdbf7dd5c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-streamfx-git
pkgdesc = Bring your stream back to life with modern effects!
- pkgver = 0.11.0.r0.g31d56703
+ pkgver = 0.12.0a170.r1.g7234ae97
pkgrel = 1
url = https://github.com/Xaymar/obs-StreamFX
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = obs-streamfx-git
depends = nlohmann-json
provides = obs-streamfx
conflicts = obs-streamfx
- source = obs-streamfx-git::git+https://github.com/Xaymar/obs-StreamFX.git#branch=master
+ source = obs-streamfx-git::git+https://github.com/Xaymar/obs-StreamFX.git#branch=root
md5sums = SKIP
pkgname = obs-streamfx-git
diff --git a/PKGBUILD b/PKGBUILD
index a96d67621c5f..d3cfb0b9e455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hugo Denizart <hugo at denizart dot pro>
pkgname=obs-streamfx-git
-pkgver=0.11.0.r0.g31d56703
+pkgver=0.12.0a170.r1.g7234ae97
pkgrel=1
pkgdesc="Bring your stream back to life with modern effects!"
arch=("x86_64")
@@ -14,7 +14,7 @@ makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
"vlc" "swig" "luajit" "python" "ninja")
provides=("obs-streamfx")
conflicts=("obs-streamfx")
-source=("$pkgname::git+https://github.com/Xaymar/obs-StreamFX.git#branch=master")
+source=("$pkgname::git+https://github.com/Xaymar/obs-StreamFX.git#branch=root")
md5sums=("SKIP")
pkgver() {