summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2023-04-05 14:29:48 +0200
committerFrederik “Freso” S. Olesen2023-04-05 14:29:48 +0200
commit6e5937ccd0fa69eb521c39b871643dafe4350257 (patch)
treec15b0f247e7c173cf9e71d2d3d5c77d16eecc27f
parent57d502b7f3e1dcddde2d307272041715ecad9842 (diff)
downloadaur-6e5937ccd0fa69eb521c39b871643dafe4350257.tar.gz
StreamFX 0.12.0 Beta 191
https://github.com/Xaymar/obs-StreamFX/releases/tag/0.12.0b191
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49802c0e970a..e354b8307cba 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.0a170
+ pkgver = 0.12.0b191
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.0a170
+ source = obs-StreamFX::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.12.0b191
md5sums = SKIP
pkgname = obs-streamfx-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 431c7bd480a6..f58d24ea3915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Frederik “Freso” S. Olesen <archlinux at freso.dk>
# Contributor: Hugo Denizart <hugo at denizart dot pro>
-_pkgname=obs-streamfx
-pkgname=$_pkgname-unstable
-pkgver=0.12.0a170
+_pkgname=obs-StreamFX
+pkgname=${_pkgname,,}-unstable
+pkgver=0.12.0b191
pkgrel=1
pkgdesc="Bring your stream back to life with modern effects! (unstable/testing version)"
arch=("x86_64")
-url="https://github.com/Xaymar/obs-StreamFX"
+url="https://github.com/Xaymar/$_pkgname"
license=("GPL2")
# same dependencies as OBS Studio + nlohmann-json + ninja makedepends
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
@@ -14,9 +14,9 @@ depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
"obs-studio>=28" "nlohmann-json")
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
"vlc" "swig" "luajit" "python" "ninja")
-provides=($_pkgname)
-conflicts=($_pkgname)
-source=("$_pkgname::git+https://github.com/Xaymar/obs-StreamFX.git#tag="$pkgver)
+provides=(${_pkgname,,})
+conflicts=(${_pkgname,,})
+source=("$_pkgname::git+$url.git#tag="$pkgver)
md5sums=('SKIP')
prepare() {