Package Details: yay 12.3.5-1

Git Clone URL: https://aur.archlinux.org/yay.git (read-only, click to copy)
Package Base: yay
Description: Yet another yogurt. Pacman wrapper and AUR helper written in go.
Upstream URL: https://github.com/Jguer/yay
Keywords: arm AUR go helper pacman wrapper x86
Licenses: GPL-3.0-or-later
Submitter: jguer
Maintainer: jguer
Last Packager: jguer
Votes: 2179
Popularity: 32.00
First Submitted: 2016-10-05 17:20 (UTC)
Last Updated: 2024-03-23 22:58 (UTC)

Pinned Comments

jguer commented on 2024-03-16 08:06 (UTC)

yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory

This will happen if you upgrade pacman and yay separately If you have this error you need to manually recompile yay

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

jguer commented on 2019-04-16 14:08 (UTC)

I cannot delete the spam comments appearing regularly in this page, which has also led me to disable notifications from here. I remind that the best way to receive support or report a problem is through the Upstream URL.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 33 Next › Last »

gameslayer commented on 2024-02-21 10:00 (UTC) (edited on 2024-02-21 10:20 (UTC) by gameslayer)

Hey there I am using Arch32 on a laptop and I wanted to report a build issue with go, I can compile the last version of yay and run the binary but I am unable to install this package and wanted to find out why

EDIT Don't worry I see it's a compiling issue with yay itself so I am going to move to a issue post on the git repo.

==> Making package: yay 12.3.0-1 (Wed Feb 21 09:50:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading yay-12.3.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  445k  100  445k    0     0   462k      0 --:--:-- --:--:-- --:--:--  955k
==> Validating source files with sha256sums...
    yay-12.3.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting yay-12.3.0.tar.gz with bsdtar
==> Starting build()...
go build -trimpath -mod=readonly -modcacherw  -ldflags '-X "main.yayVersion=12.3.0" -X "main.localePath=/usr/share/locale/" -linkmode=external' -buildmode=pie -o yay
go: errors parsing go.mod:
/home/corey/yay/src/yay-12.3.0/go.mod:43: unknown directive: toolchain
make: *** [Makefile:117: yay] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Misaka13514 commented on 2024-01-28 06:42 (UTC)

Please follow Arch Linux RFC16: use SPDX license identifier in PKGBUILD.

https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst

mide1337 commented on 2023-12-28 11:17 (UTC)

Love this yogurt, works like a charm!

Asipu commented on 2023-05-24 14:45 (UTC)

@Iocauz: the forum does have a notification about this. Update the endeavouros-keyring package first. https://forum.endeavouros.com/t/endeavouros-keyring-updated-users-should-update-soon/41117

yochananmarqos commented on 2023-05-24 14:30 (UTC) (edited on 2023-05-24 14:30 (UTC) by yochananmarqos)

@locuaz: The issue is with the EndeavourOS package or a local issue on your system, post on their forums for help.

locuaz commented on 2023-05-24 14:20 (UTC)

When trying to update at EndeveourOS I get:

error: yay: signature from "manuel <manuel@endeavouros.com>" is unknown trust
:: File /var/cache/pacman/pkg/yay-12.0.5-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n

lanthora commented on 2023-04-08 10:33 (UTC)

The architecture can support riscv64. I have tested it.

arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')

jguer commented on 2023-04-03 17:15 (UTC)

bug in yay -Syuu is fixed in 12.0.1, should only require updating yay