30 Dec
2014
30 Dec
'14
11:40 a.m.
On Tue, 30 Dec 2014 at 05:39:28, Ido Rosen wrote:
Posted in other thread, but:
The AUR4 update hook compares an str to an int when looking at the pkginfo['epoch'], so packages with an epoch set fail to pass the update hook. Probably should check that the string pkginfo['epoch'] contains only numbers, then do an int(pkginfo['epoch']) in the comparison line there... line 45 of save_srcinfo. [...]
Fixed. Thanks for reporting!