Kwpolska / pkgbuilder

An AUR helper (and library) in Python 3.
http://pkgbuilder.rtfd.org/
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

pkgbuilder -F does nothing #52

Closed monotykamary closed 7 years ago

monotykamary commented 7 years ago

cower -d works as expected. pb -F works as expected. pkgbuilder -F seemingly does nothing.

Kwpolska commented 7 years ago

Works for me:

$ pkgbuilder --version
PKGBUILDer v4.2.10
$ pkgbuilder -F python-nikola
:: Fetching package information...
:: Retrieving packages from aur...
(1/1) cloning python-nikola
Cloning into 'python-nikola'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 3 (delta 0)
Unpacking objects: 100% (4/4), done.
Successfully fetched: python-nikola
monotykamary commented 7 years ago

Might be an issue with my terminal then. I will do a hard reset on my settings.

Kwpolska commented 7 years ago

Which package are you trying to download?

monotykamary commented 7 years ago

Just testing and populating PKGBUILDS with pkgbuilder -F $(pacman -Qqm).

Kwpolska commented 7 years ago

It might be a bit slow if you have many packages. There is a minor bug with unknown packages reporting, will get fixed in v4.2.11 (in a few minutes).