If v10.1.2 supports pacman > 6, why the < 6 check in the depends
array?
Search Criteria
Package Details: yay-bin 10.1.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: | |
Conflicts: | |
Provides: | |
Submitter: | jguer |
Maintainer: | jguer |
Last Packager: | jguer |
Votes: | 153 |
Popularity: | 8.23 |
First Submitted: | 2016-12-03 15:06 |
Last Updated: | 2020-12-14 18:44 |
Dependencies (3)
- git (git-git)
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux)
- pacman<6 (pacman-git)
Required by (11)
- aconfmgr-git (requires yay) (optional)
- cleanupdate-git (requires yay) (optional)
- octopi (requires yay) (optional)
- octopi-dev (requires yay) (optional)
- pac-util (requires yay) (optional)
- pac-util-git (requires yay) (optional)
- pak-bin (requires yay)
- pak-git (requires yay)
- puyo (requires yay)
- repkg (requires yay) (optional)
- ualsv (requires yay)
Sources (4)
- https://github.com/Jguer/yay/releases/download/v10.1.2/yay_10.1.2_aarch64.tar.gz (aarch64)
- https://github.com/Jguer/yay/releases/download/v10.1.2/yay_10.1.2_armv6h.tar.gz (armv6h)
- https://github.com/Jguer/yay/releases/download/v10.1.2/yay_10.1.2_armv7h.tar.gz (armv7h)
- https://github.com/Jguer/yay/releases/download/v10.1.2/yay_10.1.2_x86_64.tar.gz (x86_64)
jpegxguy commented on 2021-01-11 21:36
jguer commented on 2020-12-15 08:41
@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
maverick1 commented on 2020-12-15 05:35
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
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
v9.4.5 binary version is delayed until multiarchitecture builds get fixed
rEnr3n commented on 2020-01-19 08:09
@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
==> 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
tee commented on 2020-01-19 07:31
$ ./yay -S yay-bin
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1] yay-bin-9.4.4-1
:: Downloaded PKGBUILD (1/1): yay-bin
1 yay-bin (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
==> ERROR: Cannot find the strip binary required for object file stripping.
Error downloading sources: yay-bin
yay-bin depends on binutils which provides strip
jguer commented on 2019-10-24 02:05
ARM packages have been readded now that pacman 5.2 has reached core in archlinux arm
jguer commented on 2019-10-23 08:31
Having issues updating yay and pacman at the same time?
yay -S yay-bin
sudo pacman -Syu
Pinned Comments
jguer commented on 2019-10-23 08:31
Having issues updating yay and pacman at the same time?
https://github.com/Jguer/yay/issues/1084