summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Daube2020-05-22 11:11:11 +0200
committerJulian Daube2020-05-22 11:11:11 +0200
commitd587b41fa2bb807453c7ccd860859384d1367d44 (patch)
tree549f25f4421d190cd6108ea4c172b5900449e778 /PKGBUILD
parent41638015b3fc061d524e1df68380b20531334703 (diff)
downloadaur-d587b41fa2bb807453c7ccd860859384d1367d44.tar.gz
add kicad dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8f3c9da3a77..486819875a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,9 @@ license=("MIT")
source=("$pkgname::git+https://github.com/yaqwsx/KiKit.git")
md5sums=("SKIP")
makedepends=("python-setuptools")
-depends=("python-markdown2"
+depends=(
+ "kicad>=5.1.0"
+ "python-markdown2"
"python-numpy"
"python-shapely"
"python-click"