archlinuxfr / yaourt

[unmaintained] A Pacman frontend with more features and AUR support
598 stars 98 forks source link

missing ability to sync_package when building from directory #292

Closed mchataigner closed 8 years ago

mchataigner commented 8 years ago

I am trying to install a custom PKGBUILD that depends on other AUR with: yaourt -Pi . And it throws me this

/usr/lib/yaourt/pkgbuild.sh: line 268: sync_packages: command not found

I don't know if this is a bug or a feature though.

Thanks for your help.

larchunix commented 8 years ago

I guess it's the same issue as #244. It has been fixed in #245.

Before a new release including this fix is out, you should use a version of yaourt built from git.

mchataigner commented 8 years ago

Hmmm, yes you are right. However, it is still not released. Do you have any plans for it? Thanks.