Fix SRCINFO output for nginx dependency
- Jan 15, 2025
-
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Change the package() function to generate dynamic data only when in the build environment.
When generating SRCINFO files, we are not in the same environment as when creating the package file.
Relying on dynamically generated data has unwanted side-effects (e.g. a broken keyword definition depends = nginx=
).
Signed-off-by:
David Runge <dvzrv@archlinux.org>