ISSUE: Some stuff installs fine, other stuff, usually Larger apps it hangs on “synchronizing packages” and just completely freezes the app. Installing those same packages through terminal works fine. Also tried Pamac-AUR on other arch distros and it also freezes on them too other than Manjaro. Not sure what the problem is but please fix.
Search Criteria
Package Details: pamac-aur 10.0.4-2
Git Clone URL: | https://aur.archlinux.org/pamac-aur.git (read-only, click to copy) |
---|---|
Package Base: | pamac-aur |
Description: | A Gtk3 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: | |
Conflicts: | |
Provides: | |
Submitter: | Zeph |
Maintainer: | Zeph |
Last Packager: | Zeph |
Votes: | 319 |
Popularity: | 5.98 |
First Submitted: | 2013-12-05 12:57 |
Last Updated: | 2021-03-02 15:48 |
Dependencies (26)
- appstream-glib (appstream-glib-git)
- archlinux-appstream-data (archlinux-appstream-data-pamac)
- dbus-glib (dbus-glib-git)
- desktop-file-utils (desktop-file-utils-git)
- git (git-git)
- json-glib (json-glib-git)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libsoup (libsoup-gnome-git, libsoup-gnome)
- polkit (polkit-git, polkit-consolekit, polkit-no-script-git, polkit-duktape)
- vte3>=0.38 (vte3-ng-emoji-terminix-zsh-notify, vte3-ng-fullwidth-emoji, vte3-git, vte3-tilix, vte3-ng, vte3-kinetic, vte3-notification, vte3-nohang)
- glib2>=2.42 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3>=3.22 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- gnutls>=3.4 (gnutls-tiny-git, gnutls-git, gnutls-next, gnutls-openssl, gnutls-nodocs-git)
- pacman>=5.2 (pacman-git)
- asciidoc (asciidoc-git) (make)
- gettext (gettext-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- itstool (make)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- xorgproto (xorgproto-git) (make)
- vala>=0.46 (vala0.42, vala0.44, vala-git) (make)
- gtk3>=3.22 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic) (make)
- lxsession (lxsession-git) (optional) – needed for authentification in Xfce, LXDE etc.
- polkit-gnome (polkit-gnome-gtk2, xfce-polkit-git, xfce-polkit, polkit-gnome-git) (optional) – needed for authentification in Cinnamon, Gnome
Required by (6)
- bootsplash-manager-bin (requires pamac)
- croco-assistant-git (requires pamac)
- mintmenu (requires pamac) (optional)
- pamac-tray-icon-plasma (requires pamac)
- pamac-zsh-completions (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (3)
peterandrewd commented on 2020-08-29 08:15
Musikolo commented on 2020-08-15 03:24
@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 thePKGBUILD
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
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
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
@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
pamac-gnome-integration is included in pamac-aur
xSALVOx commented on 2020-05-23 13:33
is it possible to add the pamac-gnome-integration package?
Zeph commented on 2020-04-13 07:50
@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
@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
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?
Pinned Comments
Zeph commented on 2020-04-04 20:29
V9.4.1 : Optional flatpak and/or snapd plugin, edit PKGBUILD and modify line 4 and/or 5
to
Zeph commented on 2020-03-19 09:25
Pamac display empty results when browsing categories
Issue : https://gitlab.manjaro.org/applications/pamac/issues/772
You can fix by downgrade archlinux-appstream-data or use this command :
for appastreamcli install package appstream