From eb0386ec9901042e30349b859937df7a09874eba Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 22 Jun 2015 21:33:56 +0200 Subject: [PATCH] [mkchrootpkg] rm --holdver default --- bin/mkchrootpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkchrootpkg.in b/bin/mkchrootpkg.in index 6578291..266baa7 100644 --- a/bin/mkchrootpkg.in +++ b/bin/mkchrootpkg.in @@ -19,7 +19,7 @@ import ${LIBDIR}/util.sh shopt -s nullglob -makepkg_args=(-s --noconfirm -L --holdver) +makepkg_args=(-s --noconfirm -L) repack=false update_first=false clean_first=false