summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d191b5eb1fc..10f252c34b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ophidian-lef-git
pkgdesc = Cadence's LEF parser toolkit including C++ and C APIs
pkgver = 5.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/eclufsc/LEF
arch = x86_64
groups = ophidian
@@ -10,6 +10,7 @@ pkgbase = ophidian-lef-git
makedepends = bison
makedepends = flex
makedepends = zlib
+ options = staticlibs
source = git+https://gitlab.com/eclufsc/LEF.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 285ce277d74e..5573298650e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Bernardo Ferrari Mendonca <bernardo.mferrari@gmail.com>
pkgname=ophidian-lef-git
pkgver=5.8
-pkgrel=1
+pkgrel=2
groups=('ophidian')
pkgdesc="Cadence's LEF parser toolkit including C++ and C APIs"
arch=('x86_64')
url="https://gitlab.com/eclufsc/LEF"
license=('Apache')
+options=(staticlibs)
makedepends=('make' 'bison' 'flex' 'zlib')
source=('git+https://gitlab.com/eclufsc/LEF.git#branch=master')
md5sums=('SKIP')