Skip to content

Commit

Permalink
chore(tauri-gui): PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Nov 28, 2024
1 parent 0e9f1de commit aad4d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch_pkgs/rism-gui/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = rism-gui
pkgdesc = Gui for RiSM
pkgver = 0.2.2
pkgrel = 1
pkgrel = 2
url = https://github.com/neferin12/iSM
arch = x86_64
license = MIT
Expand All @@ -11,7 +11,7 @@ pkgbase = rism-gui
makedepends = nodejs
makedepends = npm
makedepends = sed
depends = webkit2gtk
depends = webkit2gtk-4.1
depends = z3
source = rism-gui-0.2.2.tar.gz::https://github.com/neferin12/iSM/archive/refs/tags/rism-gui-v0.2.2.tar.gz
sha256sums = SKIP
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,12 +2,12 @@

pkgname=('rism-gui')
pkgver=0.2.2
pkgrel=1
pkgrel=2
pkgdesc='Gui for RiSM'
arch=('x86_64')
url='https://github.com/neferin12/iSM'
license=('MIT')
depends=('webkit2gtk' 'z3')
depends=('webkit2gtk-4.1' 'z3')
makedepends=('cargo' 'clang' 'binutils' 'nodejs' 'npm' 'sed')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rism-gui-v$pkgver.tar.gz")
_dir="iSM-rism-gui-v$pkgver/gui/tauri-gui"
Expand Down

0 comments on commit aad4d5b

Please sign in to comment.