summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-01-11 09:11:19 -0300
committerPaulo Matias2021-01-11 09:11:19 -0300
commitb9b9ee8fa1e27e7e4e5faf093073142e828859a3 (patch)
tree069d579b6a4d03a5a547389941e929d0970eb909 /PKGBUILD
parent382803511197441cde8f11fbd7f8c5b18290ea57 (diff)
downloadaur-b9b9ee8fa1e27e7e4e5faf093073142e828859a3.tar.gz
Move config to above
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7b5bab31dca..244d32053934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,12 +52,12 @@ prepare() {
# from https://github.com/obsproject/obs-studio/pull/2484
cp -a "$srcdir"/.git/rr-cache .git/
git config rerere.enabled true
+ git config user.email "placeholder@example.com"
+ git config user.name "Placeholder"
git fetch origin pull/2484/head
git checkout -b wayland FETCH_HEAD
git merge master || true
[[ -z "$(git rerere status)" ]] || exit 1
- git config user.email "placeholder@example.com"
- git config user.name "Placeholder"
git commit --all --no-edit
# from official arch package