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.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0003-aurbuild-update-default-options.patch b/0003-aurbuild-update-default-options.patch
deleted file mode 100644
index e726ba164e6b..000000000000
--- a/0003-aurbuild-update-default-options.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 4a7ef4e264162909f3ceb1debccb5cb23aebcba3 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/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