summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Laíns2020-07-12 16:54:38 +0000
committerFilipe Laíns2020-07-12 16:54:38 +0000
commitb604a370575ec9c6bd73cf97851507fa0bf94ec3 (patch)
tree453bc008effd79ba56fcbb1eb6cd6f10d0fced5b
parent0bf040407bffec1d4bb89e9c2c6e533a4538c59d (diff)
downloadaur-b604a370575ec9c6bd73cf97851507fa0bf94ec3.tar.gz
(add missing optdepends)
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c746cbb2792..00df3654f498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')