Package Details: deno-stable-bin 2.6.4-1

Git Clone URL: https://aur.archlinux.org/deno-stable-bin.git (read-only, click to copy)
Package Base: deno-stable-bin
Description: A modern JavaScript and TypeScript runtime. Latest artefact from github.
Upstream URL: https://deno.land
Licenses: MIT
Conflicts: deno
Provides: deno
Submitter: mJolimaitre
Maintainer: mJolimaitre
Last Packager: mJolimaitre
Votes: 1
Popularity: 0.55
First Submitted: 2025-07-10 13:13 (UTC)
Last Updated: 2026-01-09 22:12 (UTC)

Required by (51)

Sources (1)

Latest Comments

dundarious commented on 2025-12-15 17:57 (UTC)

You can't use $arch in the source like that, arch is the array of supported arches, so $arch just expands to the first entry, x86_64 -- as such, it downloads x86_64 even on aarch64 (I tested this). $CARCH is the variable for the current architecture, and using it in source downloads deno-aarch64-unknown-linux-gnu.zip as expected.

Solskogen commented on 2025-09-29 11:35 (UTC)

Can you please update this and enable aarch64? :-)