summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Daube2021-06-04 11:24:18 +0200
committerJulian Daube2021-06-04 11:24:18 +0200
commit3028790332e2c4b3c7b583109f623b6152a1ae98 (patch)
tree069139bf6a7cb7cd126c3b972d21f9b80b54464e /PKGBUILD
parentd587b41fa2bb807453c7ccd860859384d1367d44 (diff)
downloadaur-3028790332e2c4b3c7b583109f623b6152a1ae98.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486819875a9a..f18fa8dbe678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julian Daube <joposter at gmail dot com>
pkgname=kikit-git
pkgdesc="KiKit is a Python library and CLI tool to automate several tasks in a standard KiCAD"
-pkgver=r65.c76c51e
+pkgver=r196.be2b3fc
pkgrel=1
url="https://github.com/yaqwsx/KiKit.git"
@@ -16,11 +16,15 @@ md5sums=("SKIP")
makedepends=("python-setuptools")
depends=(
"kicad>=5.1.0"
- "python-markdown2"
- "python-numpy"
"python-shapely"
+ "python-solidpython"
+ "python-numpy"
"python-click"
+ "python-markdown2"
+ "python-commentjson"
+ "python-matplotlib"
"python-pybars3"
+ "python-wxpython"
)
pkgver() {