summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2021-01-11 09:09:05 -0300
committerPaulo Matias2021-01-11 09:09:05 -0300
commit382803511197441cde8f11fbd7f8c5b18290ea57 (patch)
tree2822a5bdde63cb09d30032a2bf4adf548faf301f /PKGBUILD
parentf656933a4b2ab4bb0a3378588dfcb629db0ffd3b (diff)
downloadaur-382803511197441cde8f11fbd7f8c5b18290ea57.tar.gz
Add placeholder committer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dacea2a5150..e7b5bab31dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,6 +56,8 @@ prepare() {
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