From 4a7ef4e264162909f3ceb1debccb5cb23aebcba3 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Sat, 27 Jan 2018 13:57:37 +0100 Subject: [PATCH 3/7] aurbuild: update default options Remove gpg --verbose, makepkg -L --- bin/aurbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/aurbuild b/bin/aurbuild index 4672372..f5ca92c 100755 --- a/bin/aurbuild +++ b/bin/aurbuild @@ -4,8 +4,8 @@ readonly basedir=$PWD readonly PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' set -e -declare -a gpg_args=(--detach-sign --no-armor --verbose --batch) -declare -a makechrootpkg_args=(-cnu) makepkg_args=(-Lcrs) +declare -a gpg_args=(--detach-sign --no-armor --batch) +declare -a makechrootpkg_args=(-cnu) makepkg_args=(-crs) declare -i chroot=0 sign_pkg=0 conf_chroot() { -- 2.11.0