Package Details: yay-bin 12.3.5-1

Git Clone URL: https://aur.archlinux.org/yay-bin.git (read-only, click to copy)
Package Base: yay-bin
Description: Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
Upstream URL: https://github.com/Jguer/yay
Keywords: AUR go helper pacman wrapper
Licenses: GPL-3.0-or-later
Conflicts: yay
Provides: yay
Submitter: jguer
Maintainer: jguer
Last Packager: jguer
Votes: 270
Popularity: 8.74
First Submitted: 2016-12-03 15:06 (UTC)
Last Updated: 2024-03-23 22:58 (UTC)

Dependencies (4)

Required by (36)

Sources (3)

Pinned Comments

jguer commented on 2021-05-20 11:48 (UTC) (edited on 2021-06-04 16:36 (UTC) by jguer)

With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.

It will take a bit to release the yay-bin binaries compiled with pacman 6 support

Once they're released (and if you installed pacman 6 before)

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

Latest Comments

« First ‹ Previous 1 2 3 4

cwrau commented on 2019-10-23 08:11 (UTC)

Removing the dependency helped, kinda

Now I could install yay-bin, but without the dependency to pacman>5.2 I couldn't run yay again, I had to manually pacman -S pacman

cwrau commented on 2019-10-23 07:59 (UTC)

I cannot update this package, it errors with the following message:

λ yay -S yay-bin
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo: 1]  pacman-5.2.0-2
[Aur: 1]  yay-bin-9.4.0-1

  1 yay-bin                                  (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: PKGBUILD up to date, Skipping (1/1): yay-bin
  1 yay-bin                                  (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: Parsing SRCINFO (1/1): yay-bin
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing pacman (5.2.0-2) breaks dependency 'pacman<=5.1.3' required by yay-bin
Error installing repo packages

jguer commented on 2019-06-21 12:16 (UTC)

That's true, should be all good now

bjo commented on 2019-06-21 10:02 (UTC)

You'll have to update the PKGBUILD because the sha1sum doesn't fit any more

jguer commented on 2019-06-21 09:49 (UTC)

I've renamed the directory inside of the tarball manually so it should be fixed, I won't be updating the PKGBUILD but the build process to fix this

LChris314 commented on 2019-06-20 14:23 (UTC) (edited on 2019-06-20 14:24 (UTC) by LChris314)

On an armv7h machine it fails to build with the following error:

install: cannot stat '/home/alarm/.cache/yay/yay-bin/src/yay_9.2.1_armv7h/yay': No such file or directory

This is because yay_x.y.z_armv7h.tar.gz extracts to a directory named yay_x.y.z_armv7l. A quick fix made to the PKGBUILD would suffice, though renaming the directory inside the tarball might be more consistent.