Package Details: pkgbrowser 0.28.1-3

Git Clone URL: https://aur.archlinux.org/pkgbrowser.git (read-only, click to copy)
Package Base: pkgbrowser
Description: A utility for browsing pacman databases and the AUR
Upstream URL: https://codeberg.org/kachelaqa/pkgbrowser
Licenses: GPL2
Submitter: kachelaqa
Maintainer: kachelaqa
Last Packager: kachelaqa
Votes: 282
Popularity: 0.28
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2024-09-16 22:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »

kachelaqa commented on 2019-10-23 19:44 (UTC) (edited on 2019-10-23 19:45 (UTC) by kachelaqa)

@Kriss The md5sum does match. You probably have a cached src tarball somewhere.

Kr1ss commented on 2019-10-23 17:16 (UTC)

Thx @kachelaqa for the update. Looks like the md5sum does not match though. Cheers !

blackhole commented on 2019-10-23 09:12 (UTC)

It should be updated for pacman 5.2

kachelaqa commented on 2019-01-26 17:33 (UTC) (edited on 2019-01-26 17:35 (UTC) by kachelaqa)

@francoism90 Feature requests can be made on the pkgbrowser forum thread: https://bbs.archlinux.org/viewtopic.php?id=117297 (and please provide more details your use-case). Bug reports (and feature requests) can be made on the issue tracker: https://bitbucket.org/kachelaqa/pkgbrowser/issues. AUR comments should only ever be about packaging issues.

francoism90 commented on 2019-01-26 09:03 (UTC) (edited on 2019-01-26 09:04 (UTC) by francoism90)

@kachelaqa Where should I submit feature requests? :)

It would be great (maybe it's possible already?) to get a direct download (wget/curl)/git clone link, so I can copy/paste it in a terminal, e.g.:

$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/package_name.tar.gz

$ git clone https://aur.archlinux.org/package_name.git

$ https://www.archlinux.org/packages/extra/x86_64/package_name/download/

Thanks for creating this tool btw.!

indianahorst commented on 2018-09-02 14:55 (UTC)

Thanks! It works again after rebuilding!

kachelaqa commented on 2018-09-01 10:48 (UTC)

@indianahorst It's not a dependency - you need to rebuild.

indianahorst commented on 2018-09-01 09:27 (UTC) (edited on 2018-09-01 09:35 (UTC) by indianahorst)

Any dependency seems to be missing:


$ pkgbrowser 
Traceback (most recent call last):
  File "/usr/lib/pkgbrowser/main.py", line 9, in <module>
    sys.exit(app.run())
  File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 112, in run
    app.window().setup()
  File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 56, in window
    from pkgbrowser.window import Window
  File "/usr/lib/pkgbrowser/pkgbrowser/window.py", line 18, in <module>
    from pkgbrowser.backend import (
  File "/usr/lib/pkgbrowser/pkgbrowser/backend.py", line 13, in <module>
    from pkgbrowser import alpm, conf, utils
ImportError: cannot import name 'alpm' from 'pkgbrowser' (/usr/lib/pkgbrowser/pkgbrowser/__init__.py)
</module></module></module>

Could you please add the required dependency?

Kr1ss commented on 2018-08-06 14:11 (UTC)

I've just built the package with the python dependency changed to 'python<3.8'. Building and running without issues so far.

stef204 commented on 2018-08-06 14:02 (UTC)

"installing python (3.7.0-3) breaks dependency 'python<3.7' required by pkgbrowser"
Can you please check into it/update, etc.?