mikkeloscar / gopkgbuild

A golang package for parsing Arch Linux PKGBUILDs
GNU General Public License v3.0
22 stars 5 forks source link

Added missing archs and Arch constant #1

Closed Jguer closed 7 years ago

Jguer commented 7 years ago

Unfortunately there are some very mean packages on the AUR that don't play well with gopkgbuild. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=package-query being one of them, going even to the effort of adding MIPS64 as a compatible architecture.

This is an ugly patch for the problem but it is the one that requires minimal effort.

mikkeloscar commented 7 years ago

Thanks