Skip to content

Commit

Permalink
build(rism-gui): Update dependencies in PKGBUILD file
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 29, 2024
1 parent 8ab6bd8 commit c6ab6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch_pkgs/rism-gui/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ arch=('x86_64')
url='https://github.com/neferin12/iSM'
license=('MIT')
depends=('webkit2gtk' 'z3')
makedepends=('cargo' 'clang' 'binutils' 'yarn')
makedepends=('cargo' 'clang' 'binutils' 'nodejs' 'npm')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rism-gui-v$pkgver.tar.gz")
_dir="iSM-rism-gui-v$pkgver/gui/tauri-gui"
prepare() {
cd $_dir
yarn install
npm install
cd src-tauri
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
Expand All @@ -23,7 +23,7 @@ prepare() {
build() {
cd $_dir
export RUSTUP_TOOLCHAIN=stable
yarn tauri build -b deb
npx tauri build -b deb
}

package() {
Expand Down

0 comments on commit c6ab6eb

Please sign in to comment.