forked from Mirror/pmbootstrap
pmb.build._package: Remove reference to nonexistent parameter (MR 2464)
No parameter called "now" exists for this function, so don't document it.
This commit is contained in:
parent
44f28be2b1
commit
a89ecb11d2
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ def get_pkgver(original_pkgver: str, original_source=False):
|
|||
:param original_pkgver: unmodified pkgver from the package's APKBUILD.
|
||||
:param original_source: the original source is used instead of overriding
|
||||
it with --src.
|
||||
:param now: use a specific date instead of current date (for test cases)
|
||||
"""
|
||||
if original_source:
|
||||
return original_pkgver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue