Search Criteria
Package Details: yay-bin 12.5.7-1
Package Actions
| 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: | 364 |
| Popularity: | 9.96 |
| First Submitted: | 2016-12-03 15:06 (UTC) |
| Last Updated: | 2025-12-14 20:01 (UTC) |
Dependencies (4)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- doasAUR (opendoas-retryAUR, opendoas) (optional) – privilege elevation
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, sudo-selinuxAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR, run0-sudoAUR) (optional) – privilege elevation
Required by (121)
- abinot (requires yay)
- aconfmgr-git (requires yay) (optional)
- akp (requires yay) (optional)
- all (requires yay) (optional)
- alps-pm (requires yay) (optional)
- anneal (requires yay) (optional)
- anneal-bin (requires yay) (optional)
- anneal-git (requires yay) (optional)
- arch-app-center (requires yay)
- arch-sdcard-updater (requires yay)
- arch-smart-update (requires yay) (optional)
- arch-tui (requires yay) (optional)
- arch-update (requires yay) (optional)
- arch-update-check (requires yay) (optional)
- arch-update-full (requires yay) (optional)
- arch-update-git (requires yay) (optional)
- arch-update-manager (requires yay) (optional)
- arch-update-manager-bin (requires yay) (optional)
- arch-update-vai (requires yay) (optional)
- arch-updater (requires yay)
- Show 101 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
kuluse commented on 2021-06-04 07:55 (UTC)
Alterego, I just reinstalled yay-bin following the pinned comment and there is no conflict anymore. Maybe you have another error
bulletmark commented on 2021-06-03 23:36 (UTC) (edited on 2021-06-03 23:41 (UTC) by bulletmark)
I've been using
yay-binon my Arch and Arch ARM boxes for ages. All of these have updated to pacman 6 and I have updatedyay-binto work on the Arch boxes but it fails to install on my Arch ARM boxes because of erroryay-bin and pacman are in conflict (libalpm.so<13-64). On my Arch boxes, pacman 6 provideslibalpm.so=13-64but on Arch ARM pacman 6 provideslibalpm.so=13-32. Changing the PKGBUILD toconflicts=('yay' 'libalpm.so<13')fixes this.Alterego commented on 2021-06-03 23:29 (UTC)
Still conflicting after latest release
hexhu commented on 2021-06-01 03:15 (UTC)
pacman 6.0.0-2 conflicts with yay-bin
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-binbinaries compiled with pacman 6 supportOnce they're released (and if you installed pacman 6 before)
jpegxguy commented on 2021-01-11 21:36 (UTC)
If v10.1.2 supports pacman > 6, why the < 6 check in the
dependsarray?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<6is 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'...)?« First ‹ Previous 1 2 3 4 5 6 Next › Last »