Package Details: yay-bin 12.4.2-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: 294
Popularity: 8.00
First Submitted: 2016-12-03 15:06 (UTC)
Last Updated: 2024-09-19 14:27 (UTC)

Dependencies (4)

Required by (40)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

hexhu commented on 2021-06-01 03:15 (UTC)

pacman 6.0.0-2 conflicts with yay-bin

==> Installing package yay-bin with pacman -U...
loading packages...
resolving dependencies...
looking for conflicting packages...
:: yay-bin and pacman are in conflict (libalpm.so). Remove pacman? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: yay-bin and pacman are in conflict (libalpm.so>12-64)
==> WARNING: Failed to install built package(s).

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

jpegxguy commented on 2021-01-11 21:36 (UTC)

If v10.1.2 supports pacman > 6, why the < 6 check in the depends array?

jguer commented on 2020-12-15 08:41 (UTC)

@maverick1 yay is built with versioned bindings meaning it requires a recompile when libalpm is updated. Right now building yay with -tags six will use the pacman6 bindings. This yay-bin was compiled without -tags six so will only be compatible with pacman5, once pacman6 is released I'll update yay-bin to build using -tags six by default

rabin commented on 2020-12-15 05:35 (UTC)

I am wondering why pacman<6 is being added now. It should have been added for previous builds but not this one according to the changelog.

SleeplessSloth commented on 2020-12-14 23:59 (UTC)

Why does v10.1.2 require pacman<6 when in the changelog it clearly says support for >6 was added instead? Shouldn't it be just depends=('pacman'...)?

jguer commented on 2020-02-29 16:56 (UTC)

v9.4.5 binary version is delayed until multiarchitecture builds get fixed

rEnr3n commented on 2020-01-19 08:09 (UTC)

@tee Users are expected to have base-devel installed when using aur. https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started

tee commented on 2020-01-19 07:35 (UTC)

==> Validating source_x86_64 files with sha1sums...
    yay_9.4.4_x86_64.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting yay_9.4.4_x86_64.tar.gz with bsdtar
==> Sources are ready.
==> ERROR: Cannot find the fakeroot binary.
Error making: yay-bin

Also depends on fakeroot