add tracelib
This commit is contained in:
parent
aaac98f898
commit
07d914a736
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.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.2
|
||||
pkgver = 0.3
|
||||
pkgrel = 1
|
||||
url = https://avlsi.csl.yale.edu/act
|
||||
arch = x86_64
|
||||
|
|
@ -8,6 +8,7 @@ pkgbase = act-flow-git-meta
|
|||
depends = act-core-git
|
||||
depends = act-stdlib-git
|
||||
depends = act-sky130-git
|
||||
depends = act-tracelib-git
|
||||
provides = act-flow-meta
|
||||
conflicts = act-flow-meta
|
||||
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Fabian Posch <aur@posch.tech>
|
||||
|
||||
pkgname=act-flow-git-meta
|
||||
pkgver=0.2
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
||||
arch=('x86_64')
|
||||
|
|
@ -11,6 +11,7 @@ depends=(
|
|||
'act-core-git'
|
||||
'act-stdlib-git'
|
||||
'act-sky130-git'
|
||||
'act-tracelib-git'
|
||||
)
|
||||
conflicts=('act-flow-meta')
|
||||
provides=('act-flow-meta')
|
||||
|
|
|
|||
Loading…
Reference in a new issue