oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

apacman caching PKGBUILD #35

Closed julianxhokaxhiu closed 7 years ago

julianxhokaxhiu commented 8 years ago

Hi,

today I was trying to install my own AUR package whch I was working on, and I found that somehow apacman is caching the PKGBUILD if I run at least once the the command

apacman -S packagename

Then if I commit something on my AUR package, the next time I run apacman -S packagename I would expect to see the latest PKGBUILD being downloaded and then considered on the build process.

I found that to overcome this I had to delete the /tmp/apacman folder and /tmp/pkgbuild folder. Then it will again download the scripts from the AUR package and it will use the latest one ( master ).

Is it possible to have a logic like "always download the latest version" when installing? Or a -Scc like to clean the cache?

My apacman.conf is all commented so everything is with default values.

Thank you in advance :)

julianxhokaxhiu commented 7 years ago

Seems to be resolved with the latest version. Thanks anyway.