author | Filipe Laíns
<lains@archlinux.org> 2019-11-11 10:24:52 UTC |
committer | Filipe Laíns
<lains@archlinux.org> 2019-11-11 10:24:52 UTC |
parent | 0d64ec675e030d7ebb8776c51e0072d057a8905b |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 9581aeb..d81f937 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ pkgname=yosys pkgver=0.9 _abccommit=2ddc57d8760d94e86699be39a628178cff8154f8 -pkgrel=1 -epoch= +pkgrel=2 pkgdesc='A framework for RTL synthesis' -arch=('i686' 'x86_64') +arch=('x86_64') url='http://www.clifford.at/yosys/' license=('custom:ISC') depends=('tcl' 'libffi') -optdepends=('graphviz: Schematics display support') +optdepends=('graphviz: Schematics display support' + 'xdot: Display netlists') makedepends=('clang' 'python') source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz" abc-$_abccommit.tar.gz::https://github.com/berkeley-abc/abc/archive/$_abccommit.tar.gz)