From ad87735dab6842cada073bf2ba7a72bfbd713a55 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 30 Mar 2017 14:49:10 -0400 Subject: mpv2.py: recheck PKGBUILD in cases where git changes pkgver --- build_tools/bin/mpv2.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_tools/bin/mpv2.py b/build_tools/bin/mpv2.py index 9c60214..b3d5cf2 100755 --- a/build_tools/bin/mpv2.py +++ b/build_tools/bin/mpv2.py @@ -525,6 +525,10 @@ class Packagefile(object): print "- Copying files and updating database" # pkgname could be a list of several pkgs. Since bash array format is # loose, let bash parse the pkgname(s) first, then return a list for us. + self.updateINIT() + if self.arch == 'any': + self.CARCH = 'any' + os.chdir(self.DOCROOT) print -- cgit v0.12