rmarquis / pacaur

[unmaintained] An AUR helper that minimizes user interaction
https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144
ISC License
796 stars 113 forks source link

Error when building chromium-dev #760

Closed farnoy closed 6 years ago

farnoy commented 6 years ago
Version

pacaur -v

pacaur 4.7.10
Description

Build of chromium-dev fails because of some exports. See the discussion between nullie and sl1pkn07 here https://aur.archlinux.org/packages/chromium-dev

Is pacaur supposed to affect package builds? I would expect it to behave same as makepkg plus some goodies around it. In this case it looks like it's doing something different than makepkg alone.

rmarquis commented 6 years ago

Exporting a variable in prepare() isn't supported by makepkg -o && makepkg -es. See #687.