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 6dedbab commit 0e9f1de
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
arguments: distZip
build-root-directory: java
- name: Upload distribution
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: java-dist
path: java/app/build/distributions/app.zip
6 changes: 3 additions & 3 deletions arch_pkgs/rism-gui/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = rism-gui
pkgdesc = Gui for RiSM
pkgver = 0.2.1
pkgver = 0.2.2
pkgrel = 1
url = https://github.com/neferin12/iSM
arch = x86_64
Expand All @@ -13,7 +13,7 @@ pkgbase = rism-gui
makedepends = sed
depends = webkit2gtk
depends = z3
source = rism-gui-0.2.1.tar.gz::https://github.com/neferin12/iSM/archive/refs/tags/rism-gui-v0.2.1.tar.gz
sha256sums = a9505819638eb8c14c88bb548aa158492218fc6ac0237fd601a8e0a766c0c3b5
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

pkgname = rism-gui
6 changes: 3 additions & 3 deletions arch_pkgs/rism-gui/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Julian Pollinger <julian@pollinger.dev>

pkgname=('rism-gui')
pkgver=0.2.1
pkgver=0.2.2
pkgrel=1
pkgdesc='Gui for RiSM'
arch=('x86_64')
Expand All @@ -22,7 +22,7 @@ prepare() {


build() {
cd $_dir
cd $_dir/src-tauri
export RUSTUP_TOOLCHAIN=stable
npx tauri build -b deb
}
Expand All @@ -31,4 +31,4 @@ package() {
cp -r $_dir/src-tauri/target/release/bundle/deb/rism-gui_${pkgver}_amd64/data/* $pkgdir
# install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
}
sha256sums=('a9505819638eb8c14c88bb548aa158492218fc6ac0237fd601a8e0a766c0c3b5')
sha256sums=('SKIP')
2 changes: 1 addition & 1 deletion gui/tauri-gui/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/tauri-gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.2.1"
version = "0.2.2"
description = "Graphical User Interface for RISM"
authors = ["Julian Pollinger"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion gui/tauri-gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"productName": "RiSM GUI",
"mainBinaryName": "rism-gui",
"version": "0.1.0",
"version": "0.2.2",
"identifier": "dev.pollinger.rism-gui",
"plugins": {},
"app": {
Expand Down

0 comments on commit 0e9f1de

Please sign in to comment.