summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522021-03-25 17:17:35 +0100
committertytan6522021-03-25 17:17:35 +0100
commitc688038086c4dd8a9f28bba41e142dfdedf68172 (patch)
treed0ba29e959383f6154a83de210999a325cfd5048 /PKGBUILD
parent10f1b8d0abd35a4e36615239f0330ecc585b03e6 (diff)
downloadaur-c688038086c4dd8a9f28bba41e142dfdedf68172.tar.gz
fix: no commit on cheert-pick
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c03c73e4732..a5c7c92633cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tytan652 <tytan652 at tytanium dot xyz>
pkgname=obs-studio-tytan652
pkgver=26.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Free and open source software for video recording and live streaming. Built with Browser and VST plugins and some patches but without FTL and Python."
# Why no FTL ? Because Mixer is dead
# Why no Python ? Because it doesn't work out of the box with Python 3.9
@@ -52,7 +52,7 @@ prepare() {
cd obs-vst
# obs-vst: fix memory leak
- git cherry-pick 944c1c962748ee48ab0eca24bacc5354c169eb60
+ git cherry-pick -n 944c1c962748ee48ab0eca24bacc5354c169eb60
# Fix VST_PATH use under Linux (https://github.com/obsproject/obs-vst/pull/82)
patch -Np1 < "$srcdir/VST_PATH_fix.patch"
}