add utils package
This commit is contained in:
parent
ab0b2c0c8b
commit
b709607f5f
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = act-flow-git-meta
|
pkgbase = act-flow-git-meta
|
||||||
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
||||||
pkgver = 0.5
|
pkgver = 0.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://avlsi.csl.yale.edu/act
|
url = https://avlsi.csl.yale.edu/act
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -11,6 +11,7 @@ pkgbase = act-flow-git-meta
|
||||||
depends = act-tracelib-git
|
depends = act-tracelib-git
|
||||||
depends = act-actsim-git
|
depends = act-actsim-git
|
||||||
depends = act-expropt-git
|
depends = act-expropt-git
|
||||||
|
depends = act-utils-git
|
||||||
provides = act-flow-meta
|
provides = act-flow-meta
|
||||||
conflicts = act-flow-meta
|
conflicts = act-flow-meta
|
||||||
|
|
||||||
|
|
|
||||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=act-flow-git-meta
|
pkgname=act-flow-git-meta
|
||||||
_baserver=0
|
_baserver=0
|
||||||
_patchlvl=5
|
_patchlvl=6
|
||||||
pkgver=${_baserver}.${_patchlvl}
|
pkgver=${_baserver}.${_patchlvl}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
||||||
|
|
@ -16,6 +16,7 @@ depends=(
|
||||||
'act-tracelib-git'
|
'act-tracelib-git'
|
||||||
'act-actsim-git'
|
'act-actsim-git'
|
||||||
'act-expropt-git'
|
'act-expropt-git'
|
||||||
|
'act-utils-git'
|
||||||
)
|
)
|
||||||
conflicts=('act-flow-meta')
|
conflicts=('act-flow-meta')
|
||||||
provides=('act-flow-meta')
|
provides=('act-flow-meta')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue