From 962ea2a0090fcf0a2db53419c22edbd4d9427c6a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 30 Jun 2017 07:54:13 +0300 Subject: [PATCH] ag: Prevent generate different versions after git patch applying --- mingw-w64-ag/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mingw-w64-ag/PKGBUILD b/mingw-w64-ag/PKGBUILD index 099603d627..0d226b8cfa 100644 --- a/mingw-w64-ag/PKGBUILD +++ b/mingw-w64-ag/PKGBUILD @@ -43,13 +43,13 @@ pkgver() { prepare() { cd "${srcdir}"/${_realname} - git am "${srcdir}"/0001-lang-Allow-both-extensions-and-full-filenames.patch - git am "${srcdir}"/0002-win32-Detect-Cygwin-MSYS-PTY.patch - git am "${srcdir}"/0003-options-Fix-ordering-problems-with-color.patch - git am "${srcdir}"/0004-lang-Add-autotools-ac-am-in-m4-pc.patch - git am "${srcdir}"/0005-lang-Add-to-make-Makefile-Makefile.Debug-Makefile.Re.patch - git am "${srcdir}"/0006-lang-Add-makepkg-PKGBUILD-diff-patch-in-install.patch - git am "${srcdir}"/0007-lang-Add-cmake-CMakeLists.txt-CMakeCache.txt.patch + git am --committer-date-is-author-date "${srcdir}"/0001-lang-Allow-both-extensions-and-full-filenames.patch + git am --committer-date-is-author-date "${srcdir}"/0002-win32-Detect-Cygwin-MSYS-PTY.patch + git am --committer-date-is-author-date "${srcdir}"/0003-options-Fix-ordering-problems-with-color.patch + git am --committer-date-is-author-date "${srcdir}"/0004-lang-Add-autotools-ac-am-in-m4-pc.patch + git am --committer-date-is-author-date "${srcdir}"/0005-lang-Add-to-make-Makefile-Makefile.Debug-Makefile.Re.patch + git am --committer-date-is-author-date "${srcdir}"/0006-lang-Add-makepkg-PKGBUILD-diff-patch-in-install.patch + git am --committer-date-is-author-date "${srcdir}"/0007-lang-Add-cmake-CMakeLists.txt-CMakeCache.txt.patch # configure.ac forces -O2, so force it to -O0 if debugging. if check_option "debug" "y"; then