[arch-commits] Commit in spike/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 1 07:09:50 UTC 2019


    Date: Monday, April 1, 2019 @ 07:09:49
  Author: arodseth
Revision: 446906

upgpkg: spike 1.0.0-1

Modified:
  spike/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 04:08:19 UTC (rev 446905)
+++ PKGBUILD	2019-04-01 07:09:49 UTC (rev 446906)
@@ -3,7 +3,7 @@
 # Contributor: b4283 <unknown at unknowndomain.com>
 
 pkgname=spike
-pkgver=0.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Spike, a RISC-V ISA Simulator'
 arch=(x86_64)
@@ -10,15 +10,17 @@
 url='https://github.com/riscv/riscv-isa-sim'
 license=(BSD)
 groups=(risc-v)
-depends=(dtc fesvr)
+depends=(dtc)
+replaces=(fesvr)
+conflicts=(fesvr)
 makedepends=(git)
-source=('git+https://github.com/riscv/riscv-isa-sim#commit=496c59d064961bb81e')
+source=("git+https://github.com/riscv/riscv-isa-sim#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {
   cd riscv-isa-sim
   ./configure --prefix=/usr
-  make LDFLAGS="$LDFLAGS -w -s"
+  make LDFLAGS="$LDFLAGS -s -w"
 }
 
 package() {



More information about the arch-commits mailing list