summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Hughes <hobbitalastair@gmail.com>2016-04-03 16:19:49 +1200
committerAllan McRae <allan@archlinux.org>2016-05-18 15:45:55 +1000
commit87082e3f44c4f92c63d881db38a0fff0565fc9bc (patch)
tree27d1d2f3fb8eb706b4cb8b945b24061d1c94c485
parent7bebe4deff0afd4e220b5c4d6024bffb08bd794f (diff)
downloadpacman-87082e3f44c4f92c63d881db38a0fff0565fc9bc.tar.gz
pacman-87082e3f44c4f92c63d881db38a0fff0565fc9bc.zip
makepkg: ignore the architecture for --printsrcinfo
Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-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 a909fbb5..b87eb8a2 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1710,7 +1710,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' ;;