kitsunyan / pakku

Pacman wrapper with AUR support
GNU General Public License v3.0
130 stars 8 forks source link

Can't handle dependency if changed in PKGBUILD #19

Open BurhanDanger opened 6 years ago

BurhanDanger commented 6 years ago

If someone adds or removes in depends array pakku doesn't reflect accordingly. I know this is how it designed.

I had problems with mpv-git. I had vulkan-icd-loader installed but not vulkan-headers. PKGBUILD reconfigured depends and makedepends. Is there a way to avoid such cases.