Package Details: kicad-nightly 9.99.0_4436_gadc6e8f06a-1

Git Clone URL: https://aur.archlinux.org/kicad-nightly.git (read-only, click to copy)
Package Base: kicad-nightly
Description: Electronic schematic and printed circuit board (PCB) design tools
Upstream URL: https://kicad.org/
Licenses: GPL-3.0-or-later
Submitter: DX-MON
Maintainer: DX-MON (perigoso, kicad-bot)
Last Packager: kicad-bot
Votes: 10
Popularity: 0.002732
First Submitted: 2020-10-09 21:32 (UTC)
Last Updated: 2025-12-12 18:05 (UTC)

Pinned Comments

perigoso commented on 2023-05-02 23:24 (UTC)

A binary repo with the pre-built nightly packages is available here:

https://gitlab.com/kicad/packaging/kicad-arch/kicad-arch-builder#binary-repo

# Nightly builds for KiCad
[kicad-nightly]
SigLevel = Optional TrustAll
Server = https://kicad.gitlab.io/packaging/kicad-arch/kicad-arch-builder/

DX-MON commented on 2022-08-17 09:18 (UTC)

Thank you to all those who've made us aware of some recent build system changes that broke things - we'll work on a patch and issue corrected files in the next day or two. Apologies for being slow to get back to this.

DX-MON commented on 2020-11-30 13:11 (UTC)

benx45h: There are two major differences between the two packages.

The first is that this one isn't just "whatever the latest is in Git", but rather is pinned to a particular commit each day so as to aid reproducability and try and help guarantee a usable build each update

The second is that kicad-git cannot be installed along side kicad, which means if you want to use both a kicad-git nightly build and stable on the same machine, it's just not possible.. This package on the other hand is designed to be side-by-side installed so suffixes on -nightly and puts both config and binaries in a different location to allow all this to work seamlessly.

Latest Comments

1 2 3 4 5 Next › Last »

aisuneko commented on 2025-12-01 05:25 (UTC)

To fix a recent compile error due to diag_mismatched_tags:

diff --git a/PKGBUILD b/PKGBUILD
index fef4b75..ddbc2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,8 @@ build()
        local _pkgdatadir="/usr/share/$pkgname"
        local _pkgdocdir="/usr/share/doc/$pkgname"

+       sed -i '/COMPILER_SUPPORTS_WMISMATCHED_TAGS/,+6d' cmake/Warnings.cmake
+
        cmake \
                -B build \
                -S . \

See https://bbs.archlinux.org/viewtopic.php?id=307900

ninetailedtori commented on 2025-11-21 19:03 (UTC)

KiCad is incompatible with swig 4.4. Add a restriction to the swig dependency for now, to use 4.3.1.

anarki commented on 2025-08-28 07:23 (UTC)

@DX-MON receiving an error during build [306/2134] Building CXX object common/CMakeFiles/kicommon.dir/netclass.cpp.o FAILED: common/CMakeFiles/kicommon.dir/netclass.cpp.o

perigoso commented on 2025-07-01 10:15 (UTC)

The binary repo has been repaired and is and should remain up to date. Sorry for neglecting it everyone.

liborw commented on 2025-02-23 15:43 (UTC)

The binary repo seems abandoned, the latest nightly there is 7.99.

mding commented on 2024-11-05 02:24 (UTC)

Seems like build deps is missing: 'nng'

jesperbr commented on 2024-05-10 07:53 (UTC)

Hi, this package hasn't been building for a while, applying the attached patch fixes that.

diff --git a/PKGBUILD b/PKGBUILD
index 32ff8bc..854fb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
 arch=('x86_64')
 url='http://kicad.org/'
 license=('GPL')
-depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython' 'unixodbc')
+depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython' 'unixodbc' 'libgit2' 'protobuf')
 makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
 options=('!strip')
 optdepends=(

perigoso commented on 2023-05-02 23:24 (UTC)

A binary repo with the pre-built nightly packages is available here:

https://gitlab.com/kicad/packaging/kicad-arch/kicad-arch-builder#binary-repo

# Nightly builds for KiCad
[kicad-nightly]
SigLevel = Optional TrustAll
Server = https://kicad.gitlab.io/packaging/kicad-arch/kicad-arch-builder/

hasecilu commented on 2023-02-24 00:38 (UTC) (edited on 2023-02-25 17:38 (UTC) by hasecilu)

Hello, in the line 74 the PKGBUILD contains -e 's/^Icon=\(.*\)$/Icon=\1-nightly/g' \ that changes the icon from program to program-nightly, since there are no nigthly icons anymore I think we can remove that line to have the correct icons on the Desktop entries. *Edit: the exception is kicad-nightly and could be changed outside the loop.

GeirThomassen commented on 2023-02-16 15:22 (UTC)

I would greatly appreciate a version of this package that tracks the stable Kicad 7.0 branch instead of the development branch. The 7.0 branch has already a number of fixes that will likely end up in the next stable release. This would be particularly helpful at this time, given that version 7 is still new and rapidly stabilizing."