summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Daube2021-06-04 11:26:59 +0200
committerJulian Daube2021-06-04 12:45:47 +0200
commit382de143865355368f3efe9235d3846ac219cf7a (patch)
tree3365c0881362eff21e107475cb7de0a13e6f3d37 /PKGBUILD
parent3028790332e2c4b3c7b583109f623b6152a1ae98 (diff)
downloadaur-kikit-git.tar.gz
fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f18fa8dbe678..44e23871c9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Daube <joposter at gmail dot com>
# 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"
+pkgdesc="Automation for KiCAD boards"
pkgver=r196.be2b3fc
pkgrel=1
@@ -10,6 +10,7 @@ url="https://github.com/yaqwsx/KiKit.git"
arch=("any")
provides=("kikit")
license=("MIT")
+conflicts=("python-kikit")
source=("$pkgname::git+https://github.com/yaqwsx/KiKit.git")
md5sums=("SKIP")
@@ -24,8 +25,9 @@ depends=(
"python-commentjson"
"python-matplotlib"
"python-pybars3"
- "python-wxpython"
)
+optdepends=("python-wxpython: for plugin hideReferences")
+
pkgver() {
cd "$pkgname"