summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Hausmann2023-11-17 01:24:46 +0100
committerLaura Hausmann2023-11-17 01:24:46 +0100
commit3a5a241f1c5f55e8e0891394f7d6b90080a883a8 (patch)
treea3058aa4d48e46946769fedc5d05b1ecf603d454
parenta27511c3d701adb7f535fb18d741b71d862e6a38 (diff)
downloadaur-3a5a241f1c5f55e8e0891394f7d6b90080a883a8.tar.gz
Build with immutable lockfile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5fb6005e39f..8eb9985eb452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iceshrimp
pkgdesc = YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023
pkgver = v2023.11.2
- pkgrel = 3
+ pkgrel = 4
url = https://iceshrimp.dev/iceshrimp/iceshrimp
install = iceshrimp.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1e7537aeae6c..d19800707384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=iceshrimp
pkgver=v2023.11.2
-pkgrel=3
+pkgrel=4
pkgdesc="YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023"
arch=(x86_64 aarch64)
url="https://iceshrimp.dev/iceshrimp/iceshrimp"
@@ -55,7 +55,7 @@ build() {
export NODE_ENV="production"
- corepack yarn install
+ corepack yarn install --immutable
corepack yarn build
corepack yarn focus-production
}