diff --git a/testing/cinny/APKBUILD b/testing/cinny/APKBUILD index bdc3892a0e0..946d137c020 100644 --- a/testing/cinny/APKBUILD +++ b/testing/cinny/APKBUILD @@ -3,7 +3,7 @@ pkgname=cinny pkgver=4.1.0 _releasedate="2024-08-04" -pkgrel=0 +pkgrel=1 pkgdesc="Yet another matrix client" url="https://cinny.in" # limited by tauri platform support @@ -44,6 +44,7 @@ export NODE_OPTIONS="--max-old-space-size=4000" prepare() { default_prepare + cp "$builddir/config.json" $_jsdir/ # they don't know how to specify dependencies correctly cd "$_jsdir" npm ci --legacy-peer-deps