Package Details: armcord-git r756.81273de-1

Git Clone URL: https://aur.archlinux.org/armcord-git.git (read-only, click to copy)
Package Base: armcord-git
Description: ArmCord dev build using the system electron. ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight
Upstream URL: https://github.com/ArmCord/ArmCord
Keywords: armcord discord discord-client discord-mod electron themes
Licenses: custom:OSL-3.0
Conflicts: armcord
Provides: armcord
Submitter: Vendicated
Maintainer: Vendicated
Last Packager: Vendicated
Votes: 0
Popularity: 0.000000
First Submitted: 2022-11-29 16:52 (UTC)
Last Updated: 2023-01-11 00:03 (UTC)

Latest Comments

D3vil0p3r commented on 2023-08-14 03:30 (UTC) (edited on 2023-08-15 04:41 (UTC) by D3vil0p3r)

Hey @Vendicated. https://github.com/chaotic-aur/packages/issues/2702#issuecomment-1676546530

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"