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)
Search Criteria
Package Details: pamac-aur 11.7.3-3
Package Actions
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: | 409 |
Popularity: | 2.85 |
First Submitted: | 2013-12-05 12:57 (UTC) |
Last Updated: | 2025-06-23 14:02 (UTC) |
Dependencies (20)
- desktop-file-utils (desktop-file-utils-gitAUR)
- git (git-gitAUR, git-glAUR)
- gnutls (gnutls-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libhandy (libhandy-gitAUR)
- libnotify (libnotify-gitAUR)
- libpamac-aurAUR
- asciidoc (asciidoc-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- itstool (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
- vala (vala-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- lxsession (lxsession-gitAUR) (optional) – needed for authentification in Xfce, LXDE etc.
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – needed for authentification in Cinnamon, Gnome
Required by (8)
- cleanupdate-git (requires pamac-cli) (optional)
- cmd-not-found (requires pamac-cli) (optional)
- debtap-mod (requires pamac)
- mintmenu (requires pamac) (optional)
- pamac-all (requires pamac-cli)
- pamac-gtk3 (requires pamac-cli)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 40 Next › Last »
underscore3rik commented on 2020-08-12 11:50 (UTC)
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
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".
Zeph commented on 2020-04-04 20:29 (UTC) (edited on 2020-04-04 20:30 (UTC) by Zeph)
V9.4.1 : Optional flatpak and/or snapd plugin, edit PKGBUILD and modify line 4 and/or 5
ENABLE_FLATPAK=0
ENABLE_SNAPD=0
to
ENABLE_FLATPAK=1
ENABLE_SNAPD=1
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