remove superfluous optional dependency

This commit is contained in:
Fabian Posch 2024-06-05 14:07:54 +02:00
parent cc6fb0273f
commit 6064eb01be
2 changed files with 2 additions and 4 deletions

View file

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

View file

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