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

AUR cache install mismatched pkgname with pkgversion #7

Closed oshazard closed 9 years ago

oshazard commented 9 years ago

Tries to match last package name in array with each version of packages to install from cache.

bash $ apacman -S apacman aurlist gtkdialog-svn warning: apacman-1.3-1 is up to date -- reinstalling warning: aurlist-0.6-1 is up to date -- reinstalling warning: gtkdialog-svn-514-5 is up to date -- reinstalling

Aur Targets (3): apacman aurlist gtkdialog-svn

Proceed with installation? [Y/n] y notice: installing gtkdialog-svn-1.3-1 from cache ls: cannot access /var/cache/apacman/pkg/gtkdialog-svn-1.3-1-.pkg.tar.xz: No such file or directory notice: installing gtkdialog-svn-0.6-1 from cache ls: cannot access /var/cache/apacman/pkg/gtkdialog-svn-0.6-1-.pkg.tar.xz: No such file or directory notice: installing gtkdialog-svn-514-5 from cache loading packages... warning: gtkdialog-svn-514-5 is up to date -- reinstalling resolving dependencies... looking for conflicting packages...

Package (1) Old Version New Version Net Change

gtkdialog-svn 514-5 514-5 0.00 MiB

Total Installed Size: 0.80 MiB Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] n

oshazard commented 9 years ago

Fixed in v1.4 (d596ad517539960877d06598a0fbce616bccecc9)