summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2025-03-08 05:02:23 +0000
committerkicad2025-03-08 05:02:23 +0000
commit2d47e19351acf08b26532ac458d4575d0d52df86 (patch)
tree495cf68e8615f7c47eed643bb37ed871195a9562
parente9893608131b9f1e5d46881849ec486ddaa603dc (diff)
downloadaur-2d47e19351acf08b26532ac458d4575d0d52df86.tar.gz
Bump to KiCad 9.99.0-394-g641e06e67c
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d13a29b6ac89..7538389487ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 9.99.0_376_g7558b49afd
+ pkgver = 9.99.0_394_g641e06e67c
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -27,7 +27,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 = git+https://gitlab.com/kicad/code/kicad.git#commit=7558b49afd
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=641e06e67c
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 573ecf74a3c3..fc5b3c93f4b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=9.99.0_376_g7558b49afd
+pkgver=9.99.0_394_g641e06e67c
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=7558b49afd
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=641e06e67c
'kicad-nightly.env'
'no-metadata-translation.patch'
)