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

Felix Yan felixonmars at archlinux.org
Mon Mar 16 13:56:55 UTC 2020


    Date: Monday, March 16, 2020 @ 13:56:55
  Author: felixonmars
Revision: 599723

add missing bash as depends

Modified:
  yosys/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-16 13:41:24 UTC (rev 599722)
+++ PKGBUILD	2020-03-16 13:56:55 UTC (rev 599723)
@@ -10,7 +10,7 @@
 arch=('x86_64')
 url='http://www.clifford.at/yosys/'
 license=('custom:ISC')
-depends=('tcl' 'libffi')
+depends=('bash' 'tcl' 'libffi' 'python')
 optdepends=('graphviz: Schematics display support'
             'xdot: Display netlists')
 makedepends=('clang' 'python')



More information about the arch-commits mailing list