forked from Jguer/yay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds (mostly) complete -Sl support. While pacman will also print the version number for the package, packages.gz does not give version numbers. Using -Si to fetch all that data would also be unthinkable. Instead of just missing out the version number yay will print "unknown-version". This is so that tools that expect a version number do not break.
- Loading branch information
1 parent
0f57ed0
commit 4f01418
Showing
3 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/Jguer/yay/v9 | ||
|
||
require ( | ||
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f | ||
github.com/Morganamilo/go-srcinfo v0.0.0-20180702014333-368edc79b2c5 | ||
github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5 | ||
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9 | ||
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f | ||
github.com/Morganamilo/go-srcinfo v0.0.0-20180702014333-368edc79b2c5 | ||
github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5 | ||
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9 | ||
) |