diff options
author | Laura Hausmann | 2023-11-17 01:24:46 +0100 |
---|---|---|
committer | Laura Hausmann | 2023-11-17 01:24:46 +0100 |
commit | 3a5a241f1c5f55e8e0891394f7d6b90080a883a8 (patch) | |
tree | a3058aa4d48e46946769fedc5d05b1ecf603d454 | |
parent | a27511c3d701adb7f535fb18d741b71d862e6a38 (diff) | |
download | aur-3a5a241f1c5f55e8e0891394f7d6b90080a883a8.tar.gz |
Build with immutable lockfile
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 } |