Package Details: pamac-classic 7.3.0-5

Git Clone URL: https://aur.archlinux.org/pamac-classic.git (read-only, click to copy)
Package Base: pamac-classic
Description: A Gtk3 frontend for libalpm - classic version
Upstream URL: https://git.cromer.cl/cromer/pamac-classic
Keywords: aur gui installer pacman
Licenses: GPL-3.0-or-later
Conflicts: pamac, pamac-aur
Provides: pamac, pamac-aur
Submitter: sudobash418
Maintainer: sudobash418
Last Packager: sudobash418
Votes: 16
Popularity: 0.000000
First Submitted: 2017-10-04 21:54 (UTC)
Last Updated: 2024-09-19 16:15 (UTC)

Dependencies (14)

Required by (4)

Sources (4)

Pinned Comments

sudobash418 commented on 2024-04-26 23:10 (UTC) (edited on 2024-04-26 23:10 (UTC) by sudobash418)

I've just pushed 7.3.0-3, which includes the following (overdue) changes:

  • AUR support is now disabled (because it is currently broken upstream)
  • patches to support building against libalpm 14 (pacman 6.1)

There seem to be a few bugs related to downloading files still.

Unfortunately, I no longer use pamac-classic, nor do I have experience with Vala, nor do I have much time to investigate the cause of the bugs.

If anyone wants to take over maintainership (or be a co-maintainer) to fix these issues, let me know.

Cromer commented on 2022-07-12 00:28 (UTC)

Probably related to this: https://git.cromer.cl/cromer/pamac-classic/issues/12

AUR has been broken in pamac-classic for a while now due to changes on Arch Linux's side of things. If anyone can fix and do a pull request, I will merge it. But right now I don't have time to investigate myself and is at the bottom of my priority list.

Latest Comments

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

nadir commented on 2026-03-07 09:06 (UTC) (edited on 2026-03-07 10:37 (UTC) by nadir)

@spsf64 done => https://aur.archlinux.org/packages/pamac-classic-fixed

nadir commented on 2026-03-07 08:53 (UTC) (edited on 2026-03-07 08:54 (UTC) by nadir)

@spsf64 I first tried to push a PR on the Chris @Cromer repo.

here : https://github.com/cromerc/pamac-classic/pulls

Meawhile I can easily publish a temporary package, since I already built the PKGBUILD for myself.

spsf64 commented on 2026-03-06 17:17 (UTC)

@nadir, good to know! Can you provide a PKGBUILD for us or create a new package like "pamac-classic-bin"? TIA

nadir commented on 2026-03-02 13:30 (UTC)

Hi, I pushed a PR for this program to work again. The version is here https://github.com/boussou/pamac-classic

Only AUR is not fixed - I tried but failed in a timeboxed attempt.

rado84 commented on 2025-07-08 00:09 (UTC)

spsf64, I like GUI too (altough I use it only for information about packages) but there's one bonus about the terminal: AUR helpers don't depend on any framework and will always work. Whereas the GUI will only work until the developers of the framework update (break) it. I stopped relying on pamac-classic for this very reason, because developers always try to fix what works...

spsf64 commented on 2025-07-07 02:27 (UTC)

@sudobash418 thanks for replying and maintaining this package; it's sad to see such great program being abandoned by the original developer...

sudobash418 commented on 2025-07-07 00:25 (UTC)

@spsf64 Unfortunately not :/

Disabling AUR support entirely is supported upstream via a meson configuration option, but re-enabling search and update checks alone would require patches throughout the vala source code.

That said, if anyone were to submit a tested patch that adds a meson option to specifically remove AUR build/install support (DISABLE_AUR_BUILD perhaps), I would be happy to add it to the package (and use it instead of DISABLE_AUR).

spsf64 commented on 2025-07-06 23:19 (UTC)

@rado84 thanks, I am aware of yay/tryzen options, I just like GUI apps!

rado84 commented on 2025-07-06 22:44 (UTC)

@spsf64, you don't need pamac-classic or any other GUI tool for that. You can simply instruct trizen, yay or any other AUR helper to search only in AUR and quite frankly, I like how it displays the results - way better than what pamac-classic displays anyway.

Simply use this command: $ trizen --aur -Ss [packagename] or $ yay --aur -Ss [packagename]

This will instruct trizen/yay to search in AUR only for the mentioned package.

spsf64 commented on 2025-07-05 20:58 (UTC)

@sudobash418 is it possible to re-enable the AUR ability of searching and just checking outdated packages? TIA