summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}