diff --git a/.SRCINFO b/.SRCINFO index a94dfa1..78f8219 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = act-flow-git-meta pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow. - pkgver = 0.4 + pkgver = 0.5 pkgrel = 1 url = https://avlsi.csl.yale.edu/act arch = x86_64 @@ -10,6 +10,7 @@ pkgbase = act-flow-git-meta depends = act-sky130-git depends = act-tracelib-git depends = act-actsim-git + depends = act-expropt-git provides = act-flow-meta conflicts = act-flow-meta diff --git a/PKGBUILD b/PKGBUILD index 3423059..657e2f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,9 @@ # Maintainer: Fabian Posch pkgname=act-flow-git-meta -pkgver=0.4 +_baserver=0 +_patchlvl=5 +pkgver=${_baserver}.${_patchlvl} pkgrel=1 pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow." arch=('x86_64') @@ -13,6 +15,7 @@ depends=( 'act-sky130-git' 'act-tracelib-git' 'act-actsim-git' + 'act-expropt-git' ) conflicts=('act-flow-meta') provides=('act-flow-meta')