moved superfluous dependency
This commit is contained in:
parent
8f76e49697
commit
6f558052d7
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = act-core-git
|
||||
pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow.
|
||||
pkgver = 0.1.r1866.3b3d028
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/asyncvlsi/act
|
||||
arch = x86_64
|
||||
license = GPL-2.0
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = act-core-git
|
|||
makedepends = patch
|
||||
makedepends = sed
|
||||
makedepends = make
|
||||
makedepends = m4
|
||||
depends = libedit
|
||||
depends = zlib
|
||||
depends = m4
|
||||
provides = act-core
|
||||
conflicts = act-core
|
||||
source = git+https://github.com/asyncvlsi/act
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,14 +5,14 @@ _basever=0
|
|||
_patchlvl=1
|
||||
_gitversion=r1866.3b3d028
|
||||
pkgver=${_basever}.${_patchlvl}.${_gitversion}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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')
|
||||
depends=('libedit' 'zlib')
|
||||
optdepends=()
|
||||
makedepends=('git' 'gcc' 'patch' 'sed' 'make')
|
||||
makedepends=('git' 'gcc' 'patch' 'sed' 'make' 'm4')
|
||||
conflicts=('act-core')
|
||||
provides=('act-core')
|
||||
source=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue