Date: Thursday, December 30, 2021 @ 00:04:18 Author: arodseth Revision: 1088050
upgpkg: spike 1.1.0-1 Modified: spike/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-29 23:45:29 UTC (rev 1088049) +++ PKGBUILD 2021-12-30 00:04:18 UTC (rev 1088050) @@ -4,8 +4,8 @@ # Contributor: b4283 <unkn...@unknowndomain.com> pkgname=spike -pkgver=1.0.0 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 pkgdesc='Spike, a RISC-V ISA Simulator' arch=(x86_64) url='https://github.com/riscv/riscv-isa-sim' @@ -15,14 +15,9 @@ replaces=(fesvr) conflicts=(fesvr) makedepends=(git) -source=("git+https://github.com/riscv/riscv-isa-sim#commit=2710fe575e7e6a4e2418224f8d254d5ca31f6c0e") -b2sums=('SKIP') +source=("git+https://github.com/riscv/riscv-isa-sim#commit=530af85d83781a3dae31a4ace84a573ec255fefa") # tag: v1.1.0 +b2sums=(SKIP) -prepare() { - cd riscv-isa-sim - git cherry-pick -n b3855682c2d744c613d2ffd6b53e3f021ecea4f3 -} - build() { cd riscv-isa-sim ./configure --prefix=/usr