Search Criteria
Package Details: pkgbrowser 0.29.1-1
Package Actions
| 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.86 |
| First Submitted: | 2011-04-20 18:18 (UTC) |
| Last Updated: | 2026-02-13 20:37 (UTC) |
Dependencies (4)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- python
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-setuptools (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 23 Next › Last »
Cody_Learner commented on 2024-04-28 18:44 (UTC) (edited on 2024-04-28 19:22 (UTC) by Cody_Learner)
Had to add
python-setuptoolsto the depends array in the PKGBUILD to get it to build.EDIT:
OK, I rebuild pkgbrowser adding a makedepends array in the PKGBUILD. ie:
makedepends=('python-setuptools')inserted below the depends array.Pkgbrowser doesn't need
python-setuptoolsto run, so no point in having it listed as a dependency.I build both with my AUR helper, https://github.com/Cody-Learner/aurch , and in a clean chroot using
pkgctl build. The 'pkgctl' script is provided by thedevtoolspackage.yochananmarqos commented on 2024-04-27 21:30 (UTC) (edited on 2024-04-28 14:21 (UTC) by yochananmarqos)
@galvez_65: How do you figure?
-- https://peps.python.org/pep-0632/#specification
EDIT: Adding
python-setuptoolsto makedepends() allows it to build successfully.blackhole commented on 2024-04-27 20:42 (UTC)
I agree!
becko commented on 2024-04-27 20:41 (UTC)
I believe that removing the pacman<6.1 and python<3.12 restrictions would make it more robust, there would be no need to fix after every pacman and python update. Those updates might break but they would break it anyway.
galvez_65 commented on 2024-04-27 18:47 (UTC)
editing the PKGBUILD file changing python from <3.12 to <3.13 and bumping the release allows this to be installed. I've not done extensive testing but it starts and does a simple search.
becko commented on 2024-04-27 14:42 (UTC)
installing python (3.12.3-1) breaks dependency 'python<3.12' required by pkgbrowser
burster commented on 2024-03-17 00:42 (UTC) (edited on 2024-03-17 00:42 (UTC) by burster)
@siliconmeadow: Thanks, too.
@galvez_65: Yes, it does.
galvez_65 commented on 2024-03-16 20:41 (UTC)
@siliconmeadow thank you your patch looks like its working
siliconmeadow commented on 2024-03-16 16:53 (UTC)
Patch to work with pacman 6.1:
rafaelff commented on 2024-03-15 02:26 (UTC)
Heads up: pacman 6.1.0-2 in testing repo and should land in stable soon, and this package depends on
pacman<6.1.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 23 Next › Last »