remove superfluous optdepend
This commit is contained in:
parent
e8b2316926
commit
81a4d7f371
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = act-sky130-git
|
pkgbase = act-sky130-git
|
||||||
pkgdesc = ACT configurations for the Skywater 130nm technology.
|
pkgdesc = ACT configurations for the Skywater 130nm technology.
|
||||||
pkgver = 0.0.1.r24.7f4e878
|
pkgver = 0.0.1.r24.7f4e878
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/asyncvlsi/sky130l
|
url = https://github.com/asyncvlsi/sky130l
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache-2.0
|
license = Apache-2.0
|
||||||
|
|
@ -9,7 +9,6 @@ pkgbase = act-sky130-git
|
||||||
makedepends = patch
|
makedepends = patch
|
||||||
makedepends = make
|
makedepends = make
|
||||||
depends = act-core
|
depends = act-core
|
||||||
optdepends = act-core-git
|
|
||||||
provides = act-sky130
|
provides = act-sky130
|
||||||
provides = act-sky130l
|
provides = act-sky130l
|
||||||
conflicts = act-sky130
|
conflicts = act-sky130
|
||||||
|
|
|
||||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,13 +2,12 @@
|
||||||
|
|
||||||
pkgname=act-sky130-git
|
pkgname=act-sky130-git
|
||||||
pkgver=0.0.1.r24.7f4e878
|
pkgver=0.0.1.r24.7f4e878
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="ACT configurations for the Skywater 130nm technology."
|
pkgdesc="ACT configurations for the Skywater 130nm technology."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/asyncvlsi/sky130l"
|
url="https://github.com/asyncvlsi/sky130l"
|
||||||
license=('Apache-2.0')
|
license=('Apache-2.0')
|
||||||
depends=('act-core')
|
depends=('act-core')
|
||||||
optdepends=('act-core-git')
|
|
||||||
makedepends=('git' 'patch' 'make')
|
makedepends=('git' 'patch' 'make')
|
||||||
conflicts=('act-sky130' 'act-sky130l')
|
conflicts=('act-sky130' 'act-sky130l')
|
||||||
provides=('act-sky130' 'act-sky130l')
|
provides=('act-sky130' 'act-sky130l')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue