keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

--preview flag does not alter dependencies #112

Closed benkaiser closed 10 years ago

benkaiser commented 10 years ago

When I try download a package artikulate-git, I get the error Dependencyqtgstreamer-git' of artikulate-git' does not exist. (in actual fact it does exist, but under a different name, qt-gstreamer-git). So I tried passing it with --preview, this gave me the option to eden the PKGBUILD, which I did, however it still went looking for the dependency qtgstreamer-git when I had changed it to qt-gstreamer-git. My request is that when editing with the --preview flag that it should alter the dependencies.

benkaiser commented 10 years ago

Looks like the issue was that I was only changing the depends list, not the makedepends also (which contained qtgstreamer-git and needed to be changed to qt-gstreamer-git). I will now mark this issue as closed as it was just an error on my behalf.