summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-02-05 10:47:05 -0300
committerPaulo Matias2021-02-05 10:47:05 -0300
commit91f23bc14b77c96d0d423e995165ea2f42853c3a (patch)
tree4df2abe49c9fe497d25a99bcf986a35c2e1c143a /PKGBUILD
parent4d702ce5975cdbaa3dcf6396dffaa97842c3e0c4 (diff)
downloadaur-91f23bc14b77c96d0d423e995165ea2f42853c3a.tar.gz
make PR merge hack more resilient
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeed89c03dc4..674328b85e04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-wayland-git
-pkgver=26.1.2.r34.gfb347c3c6
+pkgver=26.1.2.r149.g951acf2df
pkgrel=1
pkgdesc="Free, open source software for live streaming and recording (with wayland patches)"
arch=("i686" "x86_64")
@@ -56,9 +56,9 @@ prepare() {
git config user.name "Placeholder"
git fetch origin pull/3338/head
git checkout -b wayland FETCH_HEAD
- git merge master || true
+ git merge --no-edit master || true
[[ -z "$(git rerere status)" ]] || exit 1
- git commit --all --no-edit
+ git commit --all --no-edit --allow-empty --allow-empty-message
# from official arch package
patch -Np1 < "$srcdir"/fix_python_binary_loading.patch