Fix SRCINFO output for nginx dependency
Compare changes
Files
2+ 1
− 1
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=
).