diff --git a/.SRCINFO b/.SRCINFO index 4316484..c4d6db0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = act-sky130-git pkgdesc = ACT configurations for the Skywater 130nm technology. pkgver = 0.0.1.r24.7f4e878 - pkgrel = 1 + pkgrel = 2 url = https://github.com/asyncvlsi/sky130l arch = x86_64 license = Apache-2.0 @@ -9,7 +9,6 @@ pkgbase = act-sky130-git makedepends = patch makedepends = make depends = act-core - optdepends = act-core-git provides = act-sky130 provides = act-sky130l conflicts = act-sky130 diff --git a/PKGBUILD b/PKGBUILD index 205aaf0..20afca2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,12 @@ pkgname=act-sky130-git pkgver=0.0.1.r24.7f4e878 -pkgrel=1 +pkgrel=2 pkgdesc="ACT configurations for the Skywater 130nm technology." arch=('x86_64') url="https://github.com/asyncvlsi/sky130l" license=('Apache-2.0') depends=('act-core') -optdepends=('act-core-git') makedepends=('git' 'patch' 'make') conflicts=('act-sky130' 'act-sky130l') provides=('act-sky130' 'act-sky130l')