From 81a4d7f371be32598a98c52a8b4a8f5103be14d1 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Wed, 5 Jun 2024 14:49:49 +0200 Subject: [PATCH] remove superfluous optdepend --- .SRCINFO | 3 +-- PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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')