mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
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.
9 lines
311 B
Modula-2
9 lines
311 B
Modula-2
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
|
|
)
|