remove superfluous optional dependency
This commit is contained in:
parent
cc6fb0273f
commit
6064eb01be
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,14 +1,13 @@
|
||||||
pkgbase = act-stdlib-git
|
pkgbase = act-stdlib-git
|
||||||
pkgdesc = ACT stdlib provides the base ACT libraries which the rest of the toolchain uses.
|
pkgdesc = ACT stdlib provides the base ACT libraries which the rest of the toolchain uses.
|
||||||
pkgver = 0.0.1.r62.99d8416
|
pkgver = 0.0.1.r62.99d8416
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/asyncvlsi/stdlib
|
url = https://github.com/asyncvlsi/stdlib
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache-2.0
|
license = Apache-2.0
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = make
|
makedepends = make
|
||||||
depends = act-core
|
depends = act-core
|
||||||
optdepends = act-core-git
|
|
||||||
provides = act-stdlib
|
provides = act-stdlib
|
||||||
conflicts = act-stdlib
|
conflicts = act-stdlib
|
||||||
source = git+https://github.com/asyncvlsi/stdlib
|
source = git+https://github.com/asyncvlsi/stdlib
|
||||||
|
|
|
||||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,13 +2,12 @@
|
||||||
|
|
||||||
pkgname=act-stdlib-git
|
pkgname=act-stdlib-git
|
||||||
pkgver=0.0.1.r62.99d8416
|
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."
|
pkgdesc="ACT stdlib provides the base ACT libraries which the rest of the toolchain uses."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/asyncvlsi/stdlib"
|
url="https://github.com/asyncvlsi/stdlib"
|
||||||
license=('Apache-2.0')
|
license=('Apache-2.0')
|
||||||
depends=('act-core')
|
depends=('act-core')
|
||||||
optdepends=('act-core-git')
|
|
||||||
makedepends=('git' 'make')
|
makedepends=('git' 'make')
|
||||||
conflicts=('act-stdlib')
|
conflicts=('act-stdlib')
|
||||||
provides=('act-stdlib')
|
provides=('act-stdlib')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue