Limit scope of `name` and `a` variable to avoid conflict with PKGBUILD scripts.
I noticed a small inconsistencies when building a few packages (e.g:AUR/hg-git-hg) that use the name
variable in PKGBUILD.
A quick look with bashdb
points me to util/pkgbuild.sh
: masking the name
variable as local there fixes the issue.
- Effected version: 6.1
- Previous working version: 6.0
Edited by bartus