This PKGBUILD is broken, to build it needs the following fixes:
- gh repo on branch main, find the latest commit date and hash
- update the
pkgvervariable, format isYYYYMMDD.commit_hash, for example:
pkgver=20251201.d3b0fdad
- update the
pkgverfunction to
pkgver() {
echo 20251201.d3b0fdad
}
- optionally remove the
check()function (skip the unit tests, or build with --nocheck) - build
Pinned Comments
wez commented on 2020-09-08 15:46 (UTC)
Please use https://github.com/wez/wezterm/issues to raise and track issues/questions!