diff --git a/.SRCINFO b/.SRCINFO index cc22515..6ca289d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = act-core-git pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow. pkgver = 0.0.1.r1865.033b73b - pkgrel = 2 + pkgrel = 3 url = https://github.com/asyncvlsi/act arch = x86_64 license = GPL-2.0 @@ -9,6 +9,7 @@ pkgbase = act-core-git makedepends = gcc makedepends = patch makedepends = sed + makedepends = make depends = libedit depends = zlib depends = m4 diff --git a/PKGBUILD b/PKGBUILD index 8f6846e..8e3f872 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ pkgname=act-core-git pkgver=0.0.1.r1865.033b73b -pkgrel=2 +pkgrel=3 pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow." arch=('x86_64') url="https://github.com/asyncvlsi/act" license=('GPL-2.0') depends=('libedit' 'zlib' 'm4') optdepends=() -makedepends=('git' 'gcc' 'patch' 'sed') +makedepends=('git' 'gcc' 'patch' 'sed' 'make') conflicts=('act-core') provides=('act-core') source=(