Package Details: yay-git 12.4.2.r0.gbea53a4a-1

Git Clone URL: https://aur.archlinux.org/yay-git.git (read-only, click to copy)
Package Base: yay-git
Description: Yet another yogurt. Pacman wrapper and AUR helper written in go. (development version)
Upstream URL: https://github.com/Jguer/yay
Keywords: AUR go helper pacman wrapper
Licenses: GPL-3.0-or-later
Conflicts: yay
Provides: yay
Submitter: tuckerboniface
Maintainer: jguer (Morganamilo)
Last Packager: jguer
Votes: 53
Popularity: 1.53
First Submitted: 2018-01-29 05:52 (UTC)
Last Updated: 2024-09-19 14:27 (UTC)

Dependencies (5)

Required by (40)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Morganamilo commented on 2019-11-11 22:30 (UTC)

The point of .so depends is the version is automatically added at build time. So having the depends be >=12 kind of defeats the purpose of the thing.

Plus we still depend on the pacman binary, so i'm not sure if it makes sense semantically to just depend on alpm.

Plus pacman-git currently does not have a provide for alpm (even though it probably should) so yay-git is currently unusable with it.

I think this change should be undone.

Morganamilo commented on 2018-03-10 17:43 (UTC)

Alright thanks, fixed it now.

tuckerboniface commented on 2018-03-10 17:39 (UTC)

Sorry, for not responding, I have been busy lately. I will just add you two as maintainers and you can get it fixed.

Morganamilo commented on 2018-03-09 22:41 (UTC)

As I already said on GitHub and @BrianAllred mentioned the package version is totally wrong. It's been over two days now just want to bump this as it's incredibly annoying.

Morganamilo commented on 2018-03-07 19:31 (UTC)

May I also request you add myself and jguer as co-maintainers?

BrianAllred commented on 2018-03-07 15:10 (UTC)

Your package version is incorrect. Both pamac and yay itself think there's an update for this package when there isn't.

tuckerboniface commented on 2018-03-07 00:24 (UTC)

Oh I understand what you mean now, I'll get it fixed as soon as I can

tuckerboniface commented on 2018-03-07 00:24 (UTC)

Oh I understand what you mean now, I'll get it fixed as soon as I can

Morganamilo commented on 2018-03-07 00:20 (UTC)

It's also a optional dependency now, it can be both.

And no, the reason git is a make depends is because the pkgver() calls git describe. Cloning is makepkg's job.

tuckerboniface commented on 2018-03-07 00:14 (UTC)

git is a make depend, it's required to clone this package.