diff options
author | Filipe Laíns | 2020-07-12 16:54:38 +0000 |
---|---|---|
committer | Filipe Laíns | 2020-07-12 16:54:38 +0000 |
commit | b604a370575ec9c6bd73cf97851507fa0bf94ec3 (patch) | |
tree | 453bc008effd79ba56fcbb1eb6cd6f10d0fced5b | |
parent | 0bf040407bffec1d4bb89e9c2c6e533a4538c59d (diff) | |
download | aur-b604a370575ec9c6bd73cf97851507fa0bf94ec3.tar.gz |
(add missing optdepends)
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,13 +2,15 @@ pkgname=fusesoc pkgver=1.11.0 -pkgrel=1 +pkgrel=2 pkgdesc='Package manager and build abstraction tool for FPGA/ASIC development' arch=('any') url='https://github.com/olofk/fusesoc' license=('BSD') depends=('python' 'python-edalize' 'python-ipyxact' 'python-pyparsing' 'python-yaml' 'python-simplesat' 'git') makedepends=('python-setuptools-scm') +optdepends=('iverilog: run simulation/testbenchs' + 'svn: opencores provider') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha512sums=('3b31f7e72eb54f3de1a4b5e2d959fb2affaf2e9189b1ab66629e153d95ee13304bf873b643726b9b0d2223e0c0b074691c1c0fd85dc1832f677b729a85ce4daf') |