@WaiRo; if you're installing the client package only, OBS is not installed. OBS is only installed if you install the OBS plugin through pacman (which, if your OBS is not installed through pacman, you probably shouldn't be doing with any plugin).
What I'm guessing is that this isn't installation related but that you're not building in a clean chroot and thus are poluting your main system with the build process and the dependencies of anything you've been grabbing from the AUR.
If you don't want to build in a clean chroot to prevent all that, you can also edit the PKGBUILD and strip the components you don't want build and packaged so they do not get there in the first place. If you're using makepkg
with -s
, you can also have it clean them afterwards with the -r
flag iirc (check the man/help before blindly using). Otherwise check the output of pacman -Qtdq
afterwards and do some manual system cleaning.
Pinned Comments
Omar007 commented on 2025-08-08 12:31 (UTC) (edited on 2025-08-08 12:34 (UTC) by Omar007)
If you encounter any issues building a package from this PKGBUILD and/or running the resulting binaries:
DO NOT CONTACT UPSTREAM!!!
This PKGBUILD is not supported nor provided by upstream!
Only leave messages here on the AUR!