From 8da6c122d7331dd692e5a1eaabcfb8b286cd71f1 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Mon, 2 Dec 2024 15:41:13 +0100 Subject: [PATCH] add annotation library --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 855af5c..101aa23 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.7 + pkgver = 0.8 pkgrel = 1 url = https://avlsi.csl.yale.edu/act arch = x86_64 @@ -11,6 +11,7 @@ pkgbase = act-flow-git-meta depends = act-tracelib-git depends = act-actsim-git depends = act-expropt-git + depends = act-annotate-git depends = act-utils-git depends = act-dflowmap-git provides = act-flow-meta diff --git a/PKGBUILD b/PKGBUILD index 1af6f75..a4d0c18 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=act-flow-git-meta _baserver=0 -_patchlvl=7 +_patchlvl=8 pkgver=${_baserver}.${_patchlvl} pkgrel=1 pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow." @@ -16,6 +16,7 @@ depends=( 'act-tracelib-git' 'act-actsim-git' 'act-expropt-git' + 'act-annotate-git' 'act-utils-git' 'act-dflowmap-git' )