From 864eb9584f3285343e1a77b3bc1df3b4e087a3f9 Mon Sep 17 00:00:00 2001 From: taotieren Date: Mon, 24 Jul 2023 17:50:26 +0800 Subject: [PATCH 1/2] Update AUR --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 76131bdc..e8933f95 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ * [Installation](#installation) * [Dependencies](#dependencies) * [Installation on Ubuntu or Debian](#installation-on-ubuntu-or-debian) + * [Installation on Arch Linux](#installation-on-arch-linux) * [Installation using pip](#installation-using-pip) * [Notes about virtualenv](#notes-about-virtualenv) * [Installation on other targets](#installation-on-other-targets) @@ -261,6 +262,15 @@ sudo apt install ./python3-mcpy_2.0.2-1_all.deb ./kibot_0.6.0-1_all.deb **Important note**: The [KiCad Automation Scripts](https://github.com/INTI-CMNB/kicad-automation-scripts/) packages are a mandatory dependency. The [KiBoM](https://github.com/INTI-CMNB/KiBoM), [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) and [PcbDraw](https://github.com/INTI-CMNB/PcbDraw) are recommended. + +### Installation on Arch Linux + +AUR repository for [kibot](https://aur.archlinux.org/packages/kibot) + +```shell +yay -S kibot +``` + ### Installation using pip ```shell From f0c63dbf78da12350f373d52395a522b2fa984d4 Mon Sep 17 00:00:00 2001 From: zedudi <61047687+zedudi@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:36:31 +0200 Subject: [PATCH 2/2] aggregated csv export error fix --- kibot/out_bom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_bom.py b/kibot/out_bom.py index 0eff9e21..bbcb6d39 100644 --- a/kibot/out_bom.py +++ b/kibot/out_bom.py @@ -838,7 +838,7 @@ class BoMOptions(BaseOptions): elif n == fp_index: c.footprint = str(f) number = 2 - elif ds_index: + elif n == ds_index: c.datasheet = str(f) number = 3 elif n == pn_index: