summarylogtreecommitdiffstats
path: root/0003-aurbuild-update-default-options.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-aurbuild-update-default-options.patch')
-rw-r--r--0003-aurbuild-update-default-options.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/0003-aurbuild-update-default-options.patch b/0003-aurbuild-update-default-options.patch
new file mode 100644
index 000000000000..bb83c5d761c1
--- /dev/null
+++ b/0003-aurbuild-update-default-options.patch
@@ -0,0 +1,28 @@
+From fb682a53f0bad47baaf734d5af2baa2964fdb85b Mon Sep 17 00:00:00 2001
+From: Alad Wenter <alad@mailbox.org>
+Date: Sat, 27 Jan 2018 13:57:37 +0100
+Subject: [PATCH 3/3] 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.16.1
+