add make dependency

This commit is contained in:
Fabian Posch 2024-06-04 20:22:50 +02:00
parent da2c861bd4
commit e5f45100b8
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = act-core-git pkgbase = act-core-git
pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow. pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow.
pkgver = 0.0.1.r1865.033b73b pkgver = 0.0.1.r1865.033b73b
pkgrel = 2 pkgrel = 3
url = https://github.com/asyncvlsi/act url = https://github.com/asyncvlsi/act
arch = x86_64 arch = x86_64
license = GPL-2.0 license = GPL-2.0
@ -9,6 +9,7 @@ pkgbase = act-core-git
makedepends = gcc makedepends = gcc
makedepends = patch makedepends = patch
makedepends = sed makedepends = sed
makedepends = make
depends = libedit depends = libedit
depends = zlib depends = zlib
depends = m4 depends = m4

View file

@ -2,14 +2,14 @@
pkgname=act-core-git pkgname=act-core-git
pkgver=0.0.1.r1865.033b73b pkgver=0.0.1.r1865.033b73b
pkgrel=2 pkgrel=3
pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow." pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow."
arch=('x86_64') arch=('x86_64')
url="https://github.com/asyncvlsi/act" url="https://github.com/asyncvlsi/act"
license=('GPL-2.0') license=('GPL-2.0')
depends=('libedit' 'zlib' 'm4') depends=('libedit' 'zlib' 'm4')
optdepends=() optdepends=()
makedepends=('git' 'gcc' 'patch' 'sed') makedepends=('git' 'gcc' 'patch' 'sed' 'make')
conflicts=('act-core') conflicts=('act-core')
provides=('act-core') provides=('act-core')
source=( source=(