summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD1
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85800790879f..59c473903b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = systemsim-p9
pkgdesc = IBM Full-System Simulator for the Power9 Processor
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.ibm.com/
arch = x86_64
groups = Power9 Simulator
license = custom:IBM Licensed Materials
depends = tcl
+ depends = xterm
+ depends = uml_utilities
+ options = !strip
source = file://systemsim-p9-1.1-0.f22.x86_64.rpm
md5sums = cfb8645f4c4794f7d8fa404d559748b7
diff --git a/PKGBUILD b/PKGBUILD
index 386a0dd48776..949bf19abddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="http://www.ibm.com/"
license=('custom:IBM Licensed Materials')
groups=('Power9 Simulator')
depends=('tcl' 'xterm' 'uml_utilities')
+options=(!strip)
source=(file://systemsim-p9-1.1-0.f22.x86_64.rpm)
md5sums=('cfb8645f4c4794f7d8fa404d559748b7')