Lukas-Heiligenbrunner / AURCache

A cache build server for Archlinux AUR packages and serving them
MIT License
13 stars 0 forks source link

Bug: Unable to build AUR packages that depend on other AUR packages #16

Open CommanderRedYT opened 1 week ago

CommanderRedYT commented 1 week ago

When trying to build a package that has another AUR package as its dependency, a error message will be printed that is saying that pacman is unable to locate the package. I assume the backend calls pacman directly instead some AUR helper?

Lukas-Heiligenbrunner commented 1 week ago

At the moment I first download the build-script from AUR and then use makepkg to build the package. I don't have any dependency resolution from aur for now. So you would have to install the dependencies first and then the main package for version solving to work. (Thats why I have added localhost in the repos of the container)