Skip to content

Commit

Permalink
build(rism): update pkgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 29, 2024
1 parent 9738150 commit ee268a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions arch_pkgs/rust/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = rism
pkgdesc = Rust implementation of iSM
pkgver = 1.1.1
pkgver = 1.2.1
pkgrel = 1
url = https://github.com/neferin12/iSM
arch = x86_64
license = MIT
makedepends = cargo
makedepends = clang
depends = z3
source = rism-1.1.1.tar.gz::https://github.com/neferin12/iSM/archive/refs/tags/rust-v1.1.1.tar.gz
sha256sums = 46823700d6663cf59125d0ce5a78dfcb0a36fb30db6d1d83c6231835d27448f8
source = rism-1.2.1.tar.gz::https://github.com/neferin12/iSM/archive/refs/tags/rust-v1.2.1.tar.gz
sha256sums = 7e88cdb8033c644238b093e395c45ac0f45d73978fe62fb9b313dc4f54098d00

pkgname = rism
4 changes: 2 additions & 2 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.1.1
pkgver=1.2.1
pkgrel=1
pkgdesc='Rust implementation of iSM'
arch=('x86_64')
Expand Down Expand Up @@ -29,4 +29,4 @@ package() {
cd "iSM-rust-v$pkgver/rust"
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
}
sha256sums=('46823700d6663cf59125d0ce5a78dfcb0a36fb30db6d1d83c6231835d27448f8')
sha256sums=('7e88cdb8033c644238b093e395c45ac0f45d73978fe62fb9b313dc4f54098d00')

0 comments on commit ee268a1

Please sign in to comment.