PHANTOM
🇮🇳 IN

Package Details: pkgbrowser 0.29.1-1

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: 284
Popularity: 0.26
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2026-02-13 20:37 (UTC)

Latest Comments

1 2 3 4 5 6 .. 23 Next › Last »

kachelaqa commented on 2026-02-13 13:05 (UTC)

@vagorafaelino No, it's actually a minor bug in the makefile - I will have to upload a bugfix release sometime later today.

vagorafaelino commented on 2026-02-13 08:26 (UTC)

@kachelaqa: could you please add 'cython' in makedepends array?

petris commented on 2026-02-12 18:23 (UTC)

Looks like Cython is needed now:

==> Validating source files with md5sums...
    pkgbrowser-0.29.tar.gz ... Passed
==> Extracting sources...
  -> Extracting pkgbrowser-0.29.tar.gz with bsdtar
==> Starting build()...
cython -2 -w src -o alpm.c alpm.pyx
pyuic6 -o pkgbrowser/ui/about.py designer/about.ui
pyuic6 -o pkgbrowser/ui/help.py designer/help.ui
pyuic6 -o pkgbrowser/ui/window.py designer/window.ui
bash: line 1: cython: command not found
make: *** [Makefile:34: cython] Error 127
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...

faetter commented on 2026-02-09 15:24 (UTC)

Understood, thank you

kachelaqa commented on 2026-02-09 14:45 (UTC)

@faetter Please don't. This package has only been in limbo for about a month, and it won't be long before I release a PyQt6 version.

faetter commented on 2026-02-09 04:47 (UTC)

@biloucat - thank you, that was really helpful!

@kachelaqa - would you be against someone else creating a separate AUR package with all the relevant fixes? thanks for all your work on pkgbrowser!

srzero commented on 2026-01-31 13:09 (UTC)

Awesome app too bad it's made with Python and it breaks at every version bump. I solved mine making it an AppImage..

biloucat commented on 2026-01-28 22:27 (UTC)

@burster: I hope I have successfully corrected these encoding errors; it's a real nightmare!

simona commented on 2026-01-27 21:24 (UTC)

install python39 but require python<3.14

burster commented on 2026-01-27 02:07 (UTC)

@biloucat: After replacing all ‘ (U+2018) with ' (U+0027), it works again. Thank you.