Skip to content

Limit scope of `name` and `a` variable to avoid conflict with PKGBUILD scripts.

bartus requested to merge bartus/pacman:bartus-master-patch-68546 into master

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

Merge request reports