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:
Newbyte 2024-10-29 13:08:07 +01:00
parent 44f28be2b1
commit a89ecb11d2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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