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 87082e3f44)
This commit is contained in:
Alastair Hughes 2016-04-03 16:19:49 +12:00 committed by Andrew Gregory
parent 2f1797783e
commit b9bf727e33

View file

@ -1824,7 +1824,7 @@ while true; do
-o|--nobuild) NOBUILD=1 ;; -o|--nobuild) NOBUILD=1 ;;
-p) shift; BUILDFILE=$1 ;; -p) shift; BUILDFILE=$1 ;;
--packagelist) PACKAGELIST=1 IGNOREARCH=1;; --packagelist) PACKAGELIST=1 IGNOREARCH=1;;
--printsrcinfo) PRINTSRCINFO=1 ;; --printsrcinfo) PRINTSRCINFO=1 IGNOREARCH=1;;
-r|--rmdeps) RMDEPS=1 ;; -r|--rmdeps) RMDEPS=1 ;;
-R|--repackage) REPKG=1 ;; -R|--repackage) REPKG=1 ;;
--sign) SIGNPKG='y' ;; --sign) SIGNPKG='y' ;;