diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-05 18:59:17 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-05 18:59:17 -0400 |
commit | dd076472dc6a55236d80b8f01816f88d9a68da5d (patch) | |
tree | 92a33f0c180f579bd1ecb8bfc44bb11f23a06d48 | |
parent | 2c73ee87336d5ce6c1f04c48b79d390a1a677a20 (diff) |
libremessages(1): document find_cached_srcpackage
-rw-r--r-- | src/lib/libremessages.1.ronn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index d4fac85..4af446e 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -217,6 +217,10 @@ These routines relate to `makepkg`(8). found (not counting duplicate links), then an error is printed to stderr and nothing is printed to stdout. + * `find_cached_srcpackage` <PKGNAME> <PKGVER>[-<PKGREL] <ARCH>: + Similar to `find_cached_package`, but searches <SRCPKGDEST> for + source packages produced by libremakepkg. + * `get_full_version` [<PKGNAME>]: Inspects variables that are set, and prints the full version spec, including <epoch> if necessary, <pkgver>, and <pkgrel>. By |