diff --git a/.SRCINFO b/.SRCINFO index 87255a5..93471f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,13 @@ pkgbase = act-flow-git-meta pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow. - pkgver = 0.1 + pkgver = 0.2 pkgrel = 1 url = https://avlsi.csl.yale.edu/act arch = x86_64 license = GPL-2.0 depends = act-core-git depends = act-stdlib-git + depends = act-sky130-git provides = act-flow-meta conflicts = act-flow-meta diff --git a/PKGBUILD b/PKGBUILD index 2324117..6c0ca99 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fabian Posch pkgname=act-flow-git-meta -pkgver=0.1 +pkgver=0.2 pkgrel=1 pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow." arch=('x86_64') @@ -10,6 +10,7 @@ license=('GPL-2.0') depends=( 'act-core-git' 'act-stdlib-git' + 'act-sky130-git' ) conflicts=('act-flow-meta') provides=('act-flow-meta')