-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possbile PKGBUILD parsing issue? #176
Comments
For some reason Yay fails to find the |
Okay after looking at the AUR page it seems like you did not post the correct pkgbuild. The pkgbuild you sent is for flameshot while you said you were installing flameshot-git. flameshot installs fine with yay. flameshot-git is broken because of this line. makedepends=('make qt5-tools') make and qt-tool are quoted together so technically this package depends on a pkg called This is not Yay's problem it's flameshot-git's.
|
The pkgbuild has been fixed now so it should install just fine with Yay now. |
Wanted to install https://aur.archlinux.org/packages/flameshot/
I tried
yay -S flameshot-git
, but got an error:And then I installed the package with the help of yaourt, everything was just fine.
Thanks for the development!
EDIT: actual pkgbuild:
The text was updated successfully, but these errors were encountered: