From ba892b3822bc240e42a305fc67f57480fa1592fd Mon Sep 17 00:00:00 2001 From: James Meyer Date: Mon, 16 Feb 2009 18:15:23 -0600 Subject: remove the --holdver, this can always be passed back in on the cmd line. --- build_tools/bin/mp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tools/bin/mp b/build_tools/bin/mp index 5a75ca5..65767c2 100755 --- a/build_tools/bin/mp +++ b/build_tools/bin/mp @@ -97,11 +97,11 @@ function update-src-pkg { find_repo -makepkg --holdver --asroot $@ || exit 1 +makepkg --asroot $@ || exit 1 echo "---------updating database ----------" update-repo #&& pacman -Sy echo "----------creating source package---------" -makepkg -f --holdver --asroot --source && update-src-pkg +makepkg -f --asroot --source && update-src-pkg -- cgit v0.12