From 6ceb3918ffc7dbc0cbc195889ef8ba277e76c424 Mon Sep 17 00:00:00 2001 From: kicad Date: Sat, 14 Mar 2026 18:06:28 +0000 Subject: [PATCH] Bump to KiCad 10.0.0-rc2-955-g47294a0727 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e453a001cf367..defaf85a8091d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kicad-nightly pkgdesc = Electronic schematic and printed circuit board (PCB) design tools - pkgver = 10.0.0_rc2_532_g88ffcdf6f4 + pkgver = 10.0.0_rc2_955_g47294a0727 pkgrel = 1 url = https://kicad.org/ arch = x86_64 @@ -33,7 +33,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=88ffcdf6f4 + source = kicad-nightly::git+https://gitlab.com/kicad/code/kicad.git#commit=47294a0727 source = kicad-nightly-wrapper.sh source = fix-version-string.patch sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index e815f399848dc..cc891813eda66 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Rafael Silva pkgname=kicad-nightly -pkgver=10.0.0_rc2_532_g88ffcdf6f4 +pkgver=10.0.0_rc2_955_g47294a0727 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=88ffcdf6f4 + "$pkgname::git+https://gitlab.com/kicad/code/kicad.git"#commit=47294a0727 'kicad-nightly-wrapper.sh' 'fix-version-string.patch' )