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: 7.84
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

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.