Bump to KiCad 9.99.0-5212-gc1ef019d35

This commit is contained in:
kicad 2026-01-27 18:06:39 +00:00
parent 1b8c825014
commit f22654e208
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
pkgver = 9.99.0_5176_gcc33281228
pkgver = 9.99.0_5212_gc1ef019d35
pkgrel = 1
url = https://kicad.org/
arch = x86_64
@ -30,7 +30,7 @@ pkgbase = kicad-nightly
optdepends = kicad-library-nightly: for footprints and symbols
optdepends = kicad-library-3d-nightly: for 3d models of components
options = !strip
source = kicad-nightly::git+https://gitlab.com/kicad/code/kicad.git#commit=cc33281228
source = kicad-nightly::git+https://gitlab.com/kicad/code/kicad.git#commit=c1ef019d35
source = kicad-nightly-wrapper.sh
source = fix-version-string.patch
sha256sums = SKIP

View file

@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
pkgver=9.99.0_5176_gcc33281228
pkgver=9.99.0_5212_gc1ef019d35
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@ -16,7 +16,7 @@ optdepends=(
)
options=('!strip')
source=(
"$pkgname::git+https://gitlab.com/kicad/code/kicad.git"#commit=cc33281228
"$pkgname::git+https://gitlab.com/kicad/code/kicad.git"#commit=c1ef019d35
'kicad-nightly-wrapper.sh'
'fix-version-string.patch'
)