summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorweilinfox2023-11-03 18:10:00 +0800
committerweilinfox2023-11-03 18:10:00 +0800
commitbc5f0ccc5209b7a5a428b8e5d3c242fbe5c4a6ed (patch)
tree156afd45848a115aa714251492ab53736db92c20 /PKGBUILD
parent4fd4aa6a88b6253a7aa984ebfd296434f7e91465 (diff)
downloadaur-bc5f0ccc5209b7a5a428b8e5d3c242fbe5c4a6ed.tar.gz
Bump to the latest
Signed-off-by: weilinfox <caiweilin@iscas.ac.cn>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20ce70448a6..3a1f1ddbae01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Paulo Matos <paulo@matos-sorge.com>
# Contributor: b4283 <unknown@unknowndomain.com>
+# Contributor: weilinfox <caiweilin at iscas.ac.cn>
pkgname=riscv-isa-sim-git # '-bzr', '-git', '-hg' or '-svn'
-pkgver=r496.785762c
+pkgver=r3050.5a114574
pkgrel=1
pkgdesc="Spike, a RISC-V ISA Simulator"
arch=(x86_64 i686)
url="https://github.com/riscv/riscv-isa-sim"
license=('BSD')
groups=()
-depends=(riscv-fesvr-git dtc)
-makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion'
+depends=(dtc)
+makedepends=('boost' 'git') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()