Package Details: pamac-aur 11.7.1-4

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://gitlab.manjaro.org/applications/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: 394
Popularity: 2.34
First Submitted: 2013-12-05 12:57 (UTC)
Last Updated: 2024-03-30 09:49 (UTC)

Required by (10)

Sources (2)

Pinned Comments

Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2023-07-02 09:39 (UTC) by Zeph)

For some problems with pamac, check or create issues on

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 37 Next › Last »

Musikolo commented on 2020-08-15 03:24 (UTC)

@underscore3rik, my recommendation is simply to wait for maintainer to get the package updated. This usually takes very few days and it's 99.99% of time perfectly fine to do so.

If you still want to upgrade the package yourself, it usually only requires 2 simple steps:

  • Set the wanted version in the PKGBUILD file in line #8.
  • Run the updpkgsums command in the directory where the PKGBUILD file is.

From there you should be ready to build the package with makepkg or whatever tool you prefer. If you have any issues at this point, just wait for the maintainer to get the package updated.

I hope it helps!

underscore3rik commented on 2020-08-12 11:50 (UTC)

This is how to update to the latest version when this package is out of date: Open the PKGBUILD and change the "pkgver" string to the latest version, for example: "pkgver=9.5.6" -> "pkgver=9.5.7" Also change the "_commit" string to "master, for example: "_commit='ba16075d617e3bfe356b28da03a3343f5f3d993c'" -> "_commit='master'" Finally, either change the sha256sums string to the sha256 sum for the latest version, or add "sha256sums=('SKIP')" after the "source" line (around line 32)

moshi commented on 2020-08-05 14:46 (UTC)

no package found is fixed in this one "https://aur.archlinux.org/packages/pamac-aur-git/" . please update the package.

MichaelP commented on 2020-05-28 13:08 (UTC)

@xSALVOx ( is it possible to add the pamac-gnome-integration package? ) I thought it already intergrated well with gnome !!

Zeph commented on 2020-05-27 06:24 (UTC)

pamac-gnome-integration is included in pamac-aur

xSALVOx commented on 2020-05-23 13:33 (UTC) (edited on 2020-05-23 13:38 (UTC) by xSALVOx)

is it possible to add the pamac-gnome-integration package?

Zeph commented on 2020-04-13 07:50 (UTC) (edited on 2020-04-13 07:56 (UTC) by Zeph)

@papa33
For questions on operation or adding functionality, please use the Pamac repository, before post check issue open and close

pamac issues

Zeph commented on 2020-04-13 07:48 (UTC) (edited on 2020-04-13 07:49 (UTC) by Zeph)

@nisarg13 'No package found' in the Browse tab.
From issue : https://gitlab.manjaro.org/applications/pamac/issues/772

You can fix by downgrade archlinux-appstream-data or use this command :

zcat /usr/share/app-info/xmls/community.xml.gz | sed 's|<em>||g;s|<\/em>||g;' | gzip > "new.xml.gz"
sudo cp new.xml.gz /usr/share/app-info/xmls/community.xml.gz
sudo appstreamcli refresh-cache --force

for appastreamcli install package appstream

nisarg13 commented on 2020-04-12 14:55 (UTC) (edited on 2020-04-12 14:56 (UTC) by nisarg13)

Hi, recently, pamac started showing 'No package found' in the Browse tab. Search is working correctly but, it is not showing package icons like it used to, before. Any solutions?

papa33 commented on 2020-04-10 20:59 (UTC)

Thanks for that, it works great! I still have a question : since I have enabled some additional repositories containing binary packages for pamac-aur, I wonder how to automate the update process if possible. Because when there is an update available on these repositories, after the update I loose flatpak ans snap support, and I have to re-install from AUR "manually".