Skip to content

Commit

Permalink
build(rism-gui): add yarn dependency to pkgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 29, 2024
1 parent a8c93d5 commit 8ab6bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion arch_pkgs/rism-gui/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
pkgbase = rism-gui
pkgdesc = Gui for RiSM
pkgver = 0.1.0
pkgrel = 1
pkgrel = 2
url = https://github.com/neferin12/iSM
arch = x86_64
license = MIT
makedepends = cargo
makedepends = clang
makedepends = binutils
makedepends = yarn
depends = webkit2gtk
depends = z3
source = rism-gui-0.1.0.tar.gz::https://github.com/neferin12/iSM/archive/refs/tags/rism-gui-v0.1.0.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions arch_pkgs/rism-gui/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

pkgname=('rism-gui')
pkgver=0.1.0
pkgrel=1
pkgrel=2
pkgdesc='Gui for RiSM'
arch=('x86_64')
url='https://github.com/neferin12/iSM'
license=('MIT')
depends=('webkit2gtk' 'z3')
makedepends=('cargo' 'clang' 'binutils')
makedepends=('cargo' 'clang' 'binutils' 'yarn')
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() {
Expand Down

0 comments on commit 8ab6bd8

Please sign in to comment.