Package Details: pamac-aur 11.7.2-2

Git Clone URL: https://aur.archlinux.org/pamac-aur.git (read-only, click to copy)
Package Base: pamac-aur
Description: A Gtk frontend, Package Manager based on libalpm with AUR and Appstream support
Upstream URL: https://github.com/manjaro/pamac
Keywords: gui installer libalpm package pacman yay
Licenses: GPL-3.0-or-later
Conflicts: pamac, pamac-cli, pamac-tray-appindicator
Provides: pamac, pamac-cli
Submitter: Zeph
Maintainer: Zeph
Last Packager: Zeph
Votes: 400
Popularity: 1.64
First Submitted: 2013-12-05 12:57 (UTC)
Last Updated: 2024-10-29 07:24 (UTC)

Required by (8)

Sources (2)

Pinned Comments

Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2024-10-29 07:25 (UTC) by Zeph)

For some problems with pamac, check or create issues on

Latest Comments

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

Archcan_98 commented on 2024-10-31 01:31 (UTC)

Well, got the latest pamac-aur to work by [-Rns libpamac-aur pamac-aur]. Then the Arch way, first git clone libpamac-aur url + cd libpamac-aur + makepkg -si. Second, git clone pamac-aur url + cd pamac-aur + makepkg -si. All is good now except updates is not searching-working, but refresh databases updates the system ok. We are not using yay, nor any other pamac package. The given cmd line below works here and search for aur too.

lenhuppe commented on 2024-10-30 22:01 (UTC) (edited on 2024-10-30 22:16 (UTC) by lenhuppe)

Got this when running 'pamac update -a'

Synchronizing package databases...
Refreshing extra.db...                                                                                                                                
Refreshing AUR...                                                                                                                                     
cp: cannot access '/var/lib/pacman/sync/download-QEPWUS': Permission denied                                                                           
Nothing to do.
Transaction successfully finished.

raspberrian commented on 2024-10-30 20:25 (UTC) (edited on 2024-10-30 20:25 (UTC) by raspberrian)

I have noticed that Pamac is not showing AUR packages when I search for it. Any idea, or does somebody also having this issue? Already tried to renew the database a couple of times without any luck. Have YAY installed and that is showing the packages.

Jimmon89 commented on 2024-10-30 18:07 (UTC)

you shouldn't include pamac-cli as a part of this package; you should instead make this package depend on pamac-cli

the way you're doing it now makes at the very least yay vomit up its lunch if you try to install pamac-full for example, because it tries to install pamac-aur as a dependency (pamac-cli), which it's self is adding libpamac-aur as a dependency for the erroneously installed pamac-aur which then conflicts with libpamac-full, making pamac-full fail to install due to unsatisfied dependencies.

maybe i'm missing something, but at the very least, with chaotic-aur and cachyos repos as a part of my install, doing this way breaks yay with packages relying on pamac-cli

brianbrodsky12 commented on 2024-10-29 11:18 (UTC)

@vagelis thank you, your link helped me get the update installed. Removing the packages and their dependencies and Installing the removed packages did the trick for me.

vagelis commented on 2024-10-29 09:13 (UTC)

No need for all that. Empty the pamac cache build folder and it will build. https://github.com/manjaro/pamac/issues/462

ferreol commented on 2024-10-29 06:23 (UTC) (edited on 2024-10-29 06:25 (UTC) by ferreol)

I was able to perform the update by updating .SRCINFO and PKGBUILD to pamac-cli versions 11.7.0. As I'm not familiar with arch git: here are my .SRCINFO : https://pastebin.com/raw/Kgj1hah2 here are my PKGBUILD : https://pastebin.com/raw/bKkZTKUD

ferreol commented on 2024-10-29 04:37 (UTC)

Issues may be related to pamac-cli migration/update to https://github.com/manjaro/pamac-cli releases 11.7.0

lenhuppe commented on 2024-10-29 00:09 (UTC)

One workaround is to build libpamac-git along with pamac-aur-git.