Skip to content

Commit

Permalink
build(rust): update pkgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 27, 2024
1 parent 137ed80 commit 737f21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch_pkgs/rust/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Julian Pollinger <julian@pollinger.dev>

pkgname=('rism')
pkgver=1.0.0
pkgver=1.1.1
pkgrel=1
pkgdesc='Rust implementation of iSM'
arch=('x86_64')
Expand All @@ -22,11 +22,11 @@ build() {
cd "iSM-rust-v$pkgver/rust"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --frozen --release --all-features --offline
cargo build --frozen --release --offline
}

package() {
cd "iSM-rust-v$pkgver/rust"
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
}
sha256sums=('58238748395ecca6ac747cd3c04f5613a9f10e06463f32190a64b6af8c7e165f')
sha256sums=('46823700d6663cf59125d0ce5a78dfcb0a36fb30db6d1d83c6231835d27448f8')

0 comments on commit 737f21e

Please sign in to comment.