summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Lloyd2019-07-08 20:08:14 -0700
committerPatrick Lloyd2019-07-08 20:08:14 -0700
commit8acc37bb78683e5203790da8092a230dc1eca2ec (patch)
treefb44893d021c14fc85e750bd74aba183312044c5 /PKGBUILD
parent5b36942159df095956c4e35c513cdf62905608c7 (diff)
downloadaur-8acc37bb78683e5203790da8092a230dc1eca2ec.tar.gz
added boost dependencies as per comments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 013b61d2532d..3c1bc0849013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=yosys-git
pkgrel=1
-pkgver=r5298.0d2b87e3
+pkgver=r5976.7600ffe4
pkgdesc='A framework for RTL synthesis'
arch=('x86_64' 'i686')
url='http://www.clifford.at/yosys/'
license=('custom:ISC')
provides=("yosys")
conflicts=("yosys")
-depends=('tcl' 'libffi' 'python')
+depends=('tcl' 'libffi' 'python' 'boost-libs')
optdepends=('graphviz: Schematics display support' 'xdot: Design netlist display support')
-makedepends=('git' 'mercurial')
+makedepends=('git' 'mercurial' 'boost')
source=('git+https://github.com/cliffordwolf/yosys.git'
'git+https://github.com/berkeley-abc/abc.git'
'LICENSE')