summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVendicated2022-11-29 18:44:22 +0100
committerVendicated2022-11-29 18:44:22 +0100
commit5196865990411df5474a56a297544f3b2f35e1a0 (patch)
treed9dbd703d0ff5e816cd7d1331f466c6aedb49ec9
parent5cb999dfa6b35cdf57004a558eee6f4637a0dfe2 (diff)
downloadaur-5196865990411df5474a56a297544f3b2f35e1a0.tar.gz
skip npm scripts, fixes error due to missing cargo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029a4c9d47ba..ed6f77969341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armcord-git
pkgdesc = ArmCord dev build using the system electron. ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight
pkgver = r595.cdb73c3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ArmCord/ArmCord
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 014c84395e73..2340c2224229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=armcord-git
pkgdesc="ArmCord dev build using the system electron. ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight"
pkgver=r595.cdb73c3
-pkgrel=2
+pkgrel=3
arch=("x86_64" "aarch64")
url="https://github.com/ArmCord/ArmCord"
@@ -39,7 +39,7 @@ pkgver() {
build() {
cd "$pkgname"
- npx pnpm install --frozen-lockfile
+ npx pnpm install --frozen-lockfile --ignore-scripts
npm run packageQuick
}