summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6735843ad68..fa5bdeb82ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,12 @@ pkgdesc="A gate level static timing verifier."
arch=('x86_64')
url="https://github.com/The-OpenROAD-Project/OpenSTA"
license=('GPL')
-makedepends=('tcl' 'swig' 'bison' 'flex')
+makedepends=('tcl' 'swig' 'bison' 'flex' 'git' 'cmake')
optdepends=(
'libzip: read Verilog, SDF, SPF, and SPEF files compressed with gzip'
'cudd: a binary decision diageram package for improving conditional timing arc handling')
source=("git://github.com/The-OpenROAD-Project/OpenSTA.git")
+provides=("opensta")
md5sums=('SKIP')
pkgver() {