[arch-commits] Commit in fusesoc/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Jul 12 16:54:38 UTC 2020


    Date: Sunday, July 12, 2020 @ 16:54:38
  Author: ffy00
Revision: 663339

upgpkg: fusesoc 1.11.0-2 (add missing optdepends)

Modified:
  fusesoc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 16:13:42 UTC (rev 663338)
+++ PKGBUILD	2020-07-12 16:54:38 UTC (rev 663339)
@@ -2,7 +2,7 @@
 
 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'
@@ -9,6 +9,8 @@
 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')
 



More information about the arch-commits mailing list