summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Hughes <hobbitalastair@gmail.com>2016-04-03 06:19:49 +0200
committerAndrew Gregory <andrew.gregory.8@gmail.com>2017-05-09 05:27:40 +0200
commitb9bf727e3325eb092d7dab7b93e1ec1aa4167b9f (patch)
tree508dce2e8e2495c6ee03c20baed9d1c1dd7aa5fa
parent2f1797783efcb7594d9185ae01c7e1a80096b1af (diff)
downloadpacman-b9bf727e3325eb092d7dab7b93e1ec1aa4167b9f.tar.gz
pacman-b9bf727e3325eb092d7dab7b93e1ec1aa4167b9f.tar.xz
makepkg: ignore the architecture for --printsrcinfo
Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> (cherry picked from commit 87082e3f44c4f92c63d881db38a0fff0565fc9bc)
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 8d20e25d..b2be4a0b 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1824,7 +1824,7 @@ while true; do
-o|--nobuild) NOBUILD=1 ;;
-p) shift; BUILDFILE=$1 ;;
--packagelist) PACKAGELIST=1 IGNOREARCH=1;;
- --printsrcinfo) PRINTSRCINFO=1 ;;
+ --printsrcinfo) PRINTSRCINFO=1 IGNOREARCH=1;;
-r|--rmdeps) RMDEPS=1 ;;
-R|--repackage) REPKG=1 ;;
--sign) SIGNPKG='y' ;;