summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Bøe2015-10-05 21:34:03 +0000
committerSebastian Bøe2015-10-05 21:34:03 +0000
commita71fc1c12961ddd84e2d781cb71038f9e038e996 (patch)
tree29f130e218976db843030a065a255dba64594c01
parent3333321fec802a1010fc2d9cd053e9862ca72f3b (diff)
downloadaur-a71fc1c12961ddd84e2d781cb71038f9e038e996.tar.gz
Added some missing dependencies.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 114e8856e19a..041a6949bcad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,20 @@
pkgbase = yosys-git
pkgdesc = A framework for RTL synthesis
pkgver = r2435.e51dcc8
- pkgrel = 1
+ pkgrel = 2
url = http://www.clifford.at/yosys/
arch = x86_64
+ arch = i686
license = ISC
makedepends = git
makedepends = mercurial
depends = tcl
- provides = yosys-git
- conflicts = yosys-git
+ depends = libffi
+ depends = clang
+ depends = python
+ optdepends = graphviz: Schematics display support
+ provides = yosys
+ conflicts = yosys
source = git+https://github.com/cliffordwolf/yosys.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b1c385509ae7..1f170cf111e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Bøe <sebastianbooe at gmail dot com>
pkgname=yosys-git
-pkgrel=1
+pkgrel=2
pkgver=r2435.e51dcc8
pkgdesc='A framework for RTL synthesis'
arch=('x86_64' 'i686')
@@ -9,7 +9,8 @@ url='http://www.clifford.at/yosys/'
license=('ISC')
provides=("yosys")
conflicts=("yosys")
-depends=('tcl' 'libffi')
+depends=('tcl' 'libffi' 'clang' 'python')
+optdepends=('graphviz: Schematics display support')
makedepends=('git' 'mercurial')
source=('git+https://github.com/cliffordwolf/yosys.git')
sha512sums=('SKIP')