Package Details: superhtml 0.7.0-1

Git Clone URL: https://aur.archlinux.org/superhtml.git (read-only, click to copy)
Package Base: superhtml
Description: HTML Language Server & Templating Language Library
Upstream URL: https://github.com/kristoff-it/superhtml
Keywords: fmt html lsp
Licenses: MIT
Submitter: swiftscythe
Maintainer: swiftscythe
Last Packager: swiftscythe
Votes: 4
Popularity: 0.60
First Submitted: 2024-09-12 11:52 (UTC)
Last Updated: 2026-06-09 16:50 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

swiftscythe commented on 2026-06-11 08:03 (UTC)

Right, it's using a nightly version.

I stopped worrying about Zig versions after switching to anyzig and setting an alias to zig. It will automatically resolve the Zig version using build.zig.zon.

https://github.com/marler8997/anyzig

jcdescy commented on 2026-06-11 08:00 (UTC)

@crabvk I got the same error, but superhtml was apparently bumped to a nightly zig version last week. Nothing wrong with this package. It's superhtml itself. I haven't tried yet, but I assume the superhtml-bin package would work.

crabvk commented on 2026-06-10 11:42 (UTC)

Building in a clean chroot, I've got error:

==> Starting build()...
build.zig:231:12: error: no field or member function named 'addPassthruArgs' in 'Build.Step.Run'
    run_exe.addPassthruArgs();
    ~~~~~~~^~~~~~~~~~~~~~~~
/usr/lib/zig/std/Build/Step/Run.zig:1:1: note: struct declared here
const Run = @This();
^~~~~
build.zig:231:12: note: method invocation only supports up to one level of implicit pointer dereferencing
build.zig:231:12: note: use '.*' to dereference pointer
referenced by:
    build: build.zig:73:17
    runBuild__anon_34197: /usr/lib/zig/std/Build.zig:2265:44
    6 reference(s) hidden; use '-freference-trace=8' to see all references
build.zig:432:23: error: member function expected 2 argument(s), found 1
    const git_path = b.findProgram(.{ .names = &.{"git"} }) orelse return .unknown;
                     ~^~~~~~~~~~~~
/usr/lib/zig/std/Build.zig:1830:5: note: function declared here
pub fn findProgram(b: *Build, names: []const []const u8, paths: []const []const u8) error{FileNotFound}![]const u8 {
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zig-pkg/lsp_kit-0.1.0-bi_PL2UzDADxFRnnSjhhN7-ZTi9fDMom827yIp_ptc8l/build.zig:8:9: error: Your Zig version does not meet the minimum build requirement:
                                                                                           required Zig version: 0.17.0-dev.667+0569f1f6a
                                                                                           actual   Zig version: 0.16.0

        @compileError(std.fmt.comptimePrint(
        ^~~~~~~~~~~~~
==> ERROR: A failure occurred in build().