keenerd / packer

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

aur4 support #137

Closed JotaRandom closed 8 years ago

JotaRandom commented 9 years ago

sunce aur4 will now in July8 repĺace the current aur it could be a good idea make packer compatible or at least take adventage on the new aur4 git things capabilities.

Deadlinue July8 then aur 4 and normal aur will switch and old aur will be a readonly with no updates. also that could mark the point fot packet to be not maintained.

grondinm commented 9 years ago

see my pull request here https://github.com/keenerd/packer/pull/138 for quick dirty fix

robclancy commented 9 years ago

This basically makes it so I will no longer use packer since it isn't supported.

foolishgrunt commented 9 years ago

robclancy: Try packer-color instead, which has implemented grondinm's patch and now works with AUR4. https://aur4.archlinux.org/packages/packer-color/

robclancy commented 9 years ago

Thanks!

stephen304 commented 8 years ago

So it's august 8 and packer refuses to update anything. Looking at the PKGBUILD files, it looks like the aur is no longer serving pkgbuild files as finalization of the migration, so packer downloads an html page as the PKGBUILD instead.

/tmp/packertmp-1000/ttf-font-awesome.PKGBUILD: line 1: !DOCTYPE: No such file or directory
/tmp/packertmp-1000/ttf-font-awesome.PKGBUILD: line 2: syntax error near unexpected token `newline'
/tmp/packertmp-1000/ttf-font-awesome.PKGBUILD: line 2: `  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
varemenos commented 8 years ago

I believe this is fixed with: ed928f8

stephen304 commented 8 years ago

Ah, yes it is. I thought this would have been done earlier so people would get the update through packer itself, but it works either way.

JotaRandom commented 8 years ago

If it fixed then close!