2m / arch-pkgbuild-builder

Arch Linux PKGBUILD GitHub builder action
https://github.com/marketplace/actions/arch-linux-pkgbuild-builder-action
35 stars 24 forks source link

Failed to build with pandoc-bin #46

Closed Bryan2333 closed 11 months ago

Bryan2333 commented 11 months ago

When I tried to build pandoc-bin, the action threw an error

xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option
2m commented 11 months ago

Ahh, its because it found depends in the pkgdesc when trying to parse for dependencies to install. Will fix it soon.

2m commented 11 months ago

Released v1.20 with a fix for this.