remove superfluous optdepend

This commit is contained in:
Fabian Posch 2024-06-05 14:49:49 +02:00
parent e8b2316926
commit 81a4d7f371
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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')