Package Details: legcord-git r1612.b78c779-1

Git Clone URL: https://aur.archlinux.org/legcord-git.git (read-only, click to copy)
Package Base: legcord-git
Description: Legcord dev build using the system electron. Legcord is a custom client designed to enhance your Discord experience while keeping everything lightweight
Upstream URL: https://github.com/Legcord/Legcord
Keywords: armcord discord discord-client discord-mod electron legcord themes
Licenses: custom:OSL-3.0
Conflicts: armcord, legcord
Provides: legcord
Replaces: armcord
Submitter: SomeAspy
Maintainer: SomeAspy
Last Packager: SomeAspy
Votes: 2
Popularity: 1.04
First Submitted: 2024-10-11 18:45 (UTC)
Last Updated: 2024-10-19 16:12 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Pinned Comments

SomeAspy commented on 2024-10-11 18:17 (UTC) (edited on 2024-10-11 18:46 (UTC) by SomeAspy)

Hi all, ArmCord recently got a Cease and Desist from ARM LLC. Due to this, we will be rebranding to LegCord shortly. Please use https://aur.archlinux.org/packages/legcord-git

Latest Comments

« First ‹ Previous 1 2

alwyn commented on 2023-06-16 07:30 (UTC)

Perhaps we can add pnpm to the requirements? Since a week (maybe two) I kept having problems installing newer versions with errors like the following:

ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/pnpm: Value of "this" must be of type URLSearchParams

WARN  GET https://registry.npmjs.org/electron/-/electron-25.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

I found this issue: https://github.com/pnpm/pnpm/issues/6424

Tried clearing the node_modules in src but eventually what fixed it was just installing pnpm directly with pacman.

Additionally, for some reason the electron requirement only resolves to literal 'electron' for me, not any of the other available versions in the arch repositories? Not sure what the cause of this is.

Vendicated commented on 2023-01-11 00:04 (UTC) (edited on 2023-01-11 00:06 (UTC) by Vendicated)

Hi billie! Thanks for the report, should be fixed now (in https://aur.archlinux.org/cgit/aur.git/commit/?h=armcord-git&id=1619293793cf3374e5a0321ed1db0eca67ebb205)

Please test and let me know if it works for you :)

<deleted-account> commented on 2023-01-10 17:27 (UTC)

Currently doesn't build, due to the following line:

install -Dm 644 "$pkgname/dist/linux-unpacked/resources/app.asar" "$pkgdir/usr/share/armcord/app.asar"

This needs changing to the below:

install -Dm 644 "$pkgname/dist/linux-arm64-unpacked/resources/app.asar" "$pkgdir/usr/share/armcord/app.asar"