diff options
author | Georg Nagel | 2025-01-22 18:53:45 +0100 |
---|---|---|
committer | Georg Nagel | 2025-01-22 18:53:45 +0100 |
commit | 857a2883a9b6c271ba1836a74904864cc124c6cc (patch) | |
tree | f5b2f664a6f85dcd381550e55553e5a0d9d6abf7 | |
parent | a36bf4acb725f08b2a22be533d867c3919c5b495 (diff) | |
download | aur-857a2883a9b6c271ba1836a74904864cc124c6cc.tar.gz |
fix rustup toolchain
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = penpot pkgdesc = The open-source design tool for design and code collaboration pkgver = 2.4.2 - pkgrel = 1 + pkgrel = 2 url = https://penpot.app arch = x86_64 license = MPL-2.0 @@ -3,7 +3,7 @@ _pkgbase=penpot pkgname=(penpot penpot-exporter penpot-frontend) pkgver=2.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="The open-source design tool for design and code collaboration " arch=('x86_64') url="https://penpot.app" @@ -56,6 +56,7 @@ build() { sed -i 's/\.git#commit=/.git#/' package.json sed -i 's#/usr/local/emsdk/emsdk_env.sh#/usr/bin/emsdk_env.sh#' ../render-wasm/build + rustup install $RUST_VERISON rustup default $RUST_VERSION rustup target add wasm32-unknown-emscripten |