[pacman-dev] pacman-5.0:error run updpkgsums when there is source_i686 or source_x86_64 in PKGBUILD

2016-01-23 Thread Zuyi Hu
I am using the pacman's latest master branch,When I run updpkgsums when there is source_i686 or source_x86_64 in PKGBUILD. it will complain: /usr/share/makepkg/lint_pkgbuild/variable.sh: line 60: declare: sha512sums: not found ==> ERROR: sha512sums_i686 should be an array

[pacman-dev] pacman-5.0:Should pkgver() and prepare() run when repackage?

2016-01-20 Thread Zuyi Hu
I am using the pacman's latest master branch, when I run 'makepkg -R' to repackage packages, it will run pkgver() and prepare(), if there are some patch command in prepare(), it will fail. should pkgver() and prepare() run when repackage? This problem may be introduced by this commit: