gcarq / inox-patchset

Inox patchset tries to provide a minimal Chromium based browser with focus on privacy by disabling data transmission to Google.
BSD 2-Clause "Simplified" License
365 stars 25 forks source link

Additional system dependencies aren't installed #39

Closed DragoonAethis closed 7 years ago

DragoonAethis commented 7 years ago

Additional system dependencies (lines 9-22 in the current PKGBUILD) aren't appended to the depends list for some reason. Installing with pacaur, it happily skipped some deps, installed the package (inox-bin) and then Inox complained it couldn't find libre2.so.0 (from re2) on start.

gcarq commented 7 years ago

I've added the dependencies hardcoded, should be fixed

DragoonAethis commented 7 years ago

You forgot to bump the pkgrel to 2 (eg the installation will stay broken for some people) :P But the new PKGBUILD works fine, thanks.

gcarq commented 7 years ago

Dang! :D