Skip to content

clean up PKGBUILD

Sebastian Meyer requested to merge bastimeyer/streamlink:clean-up-PKGBUILD into main

Since MRs are now open for all of Arch's packages, I decided to submit a MR which fixes some issues with the current PKGBUILD.

Package still builds fine. No idea if you require a different commit message format though. If so, then please rebase, thanks.


A bit more context about each change:

  1. https://github.com/streamlink/streamlink/pull/5632
    The sdist tarballs always had the version string baked-in, but versioningit was still set as a build requirement, which was unnecessary. This has been fixed.
  2. https://github.com/streamlink/streamlink/pull/5449
    The signing key has been fully replaced, so there's no need to keep the old one.
  3. https://github.com/streamlink/streamlink/pull/5210
    Setting the timezone to UTC when running tests was a requirement because of some tz-unaware datetime objects being used. This has been fixed.

Merge request reports