summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkillruana2015-11-24 20:17:44 +0100
committerkillruana2015-11-24 20:17:44 +0100
commit54e95407bc07154abf8d4c320c56d3fea37c8a7e (patch)
treecc84f39634493e0f947c18d3adca2bf576d68efd
parent21809b76c6b1a368da30cb07cd37aba317c1990d (diff)
downloadaur-54e95407bc07154abf8d4c320c56d3fea37c8a7e.tar.gz
adjust dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed0340bf45e..c4765d5aa83d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,10 @@ pkgbase = qflow
arch = x86_64
license = GPL
depends = graywolf
+ depends = magic
depends = qrouter
- depends = yosys
depends = tcsh
+ depends = yosys
source = http://opencircuitdesign.com/qflow/archive/qflow-1.0.99.tgz
sha512sums = 6b6bb473b03552043684394c8ff5ef3c460a3d837a28627f278b87f1c970552119922e2965429269b7660184b76f507a69280dadae1344081e0f7d0f941921b7
diff --git a/PKGBUILD b/PKGBUILD
index 9e880f7bf12d..68195825649e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='OSU 0.35um open-source standard cell set'
arch=('i686' 'x86_64')
url='http://opencircuitdesign.com/qflow/'
license=('GPL')
-depends=('graywolf' 'qrouter' 'yosys' 'tcsh')
+depends=('graywolf' 'magic' 'qrouter' 'tcsh' 'yosys')
source=("${url}archive/${pkgname}-${pkgver}.tgz")
sha512sums=('6b6bb473b03552043684394c8ff5ef3c460a3d837a28627f278b87f1c970552119922e2965429269b7660184b76f507a69280dadae1344081e0f7d0f941921b7' )