From 6064eb01beb2bbd5950977bff554dd8997a6ba85 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Wed, 5 Jun 2024 14:07:54 +0200 Subject: [PATCH] remove superfluous optional dependency --- .SRCINFO | 3 +-- PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 33cf79c..a19f003 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,13 @@ pkgbase = act-stdlib-git pkgdesc = ACT stdlib provides the base ACT libraries which the rest of the toolchain uses. pkgver = 0.0.1.r62.99d8416 - pkgrel = 2 + pkgrel = 3 url = https://github.com/asyncvlsi/stdlib arch = x86_64 license = Apache-2.0 makedepends = git makedepends = make depends = act-core - optdepends = act-core-git provides = act-stdlib conflicts = act-stdlib source = git+https://github.com/asyncvlsi/stdlib diff --git a/PKGBUILD b/PKGBUILD index 30d943b..35963fd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,12 @@ pkgname=act-stdlib-git pkgver=0.0.1.r62.99d8416 -pkgrel=2 +pkgrel=3 pkgdesc="ACT stdlib provides the base ACT libraries which the rest of the toolchain uses." arch=('x86_64') url="https://github.com/asyncvlsi/stdlib" license=('Apache-2.0') depends=('act-core') -optdepends=('act-core-git') makedepends=('git' 'make') conflicts=('act-stdlib') provides=('act-stdlib')