add dflowmap

This commit is contained in:
Fabian Posch 2024-06-13 14:45:10 +02:00
parent b709607f5f
commit 3051816525
2 changed files with 4 additions and 2 deletions

View file

@ -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.6
pkgver = 0.7
pkgrel = 1
url = https://avlsi.csl.yale.edu/act
arch = x86_64
@ -12,6 +12,7 @@ pkgbase = act-flow-git-meta
depends = act-actsim-git
depends = act-expropt-git
depends = act-utils-git
depends = act-dflowmap-git
provides = act-flow-meta
conflicts = act-flow-meta

View file

@ -2,7 +2,7 @@
pkgname=act-flow-git-meta
_baserver=0
_patchlvl=6
_patchlvl=7
pkgver=${_baserver}.${_patchlvl}
pkgrel=1
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
@ -17,6 +17,7 @@ depends=(
'act-actsim-git'
'act-expropt-git'
'act-utils-git'
'act-dflowmap-git'
)
conflicts=('act-flow-meta')
provides=('act-flow-meta')