diff options
author | kicad | 2025-03-08 05:02:23 +0000 |
---|---|---|
committer | kicad | 2025-03-08 05:02:23 +0000 |
commit | 2d47e19351acf08b26532ac458d4575d0d52df86 (patch) | |
tree | 495cf68e8615f7c47eed643bb37ed871195a9562 | |
parent | e9893608131b9f1e5d46881849ec486ddaa603dc (diff) | |
download | aur-2d47e19351acf08b26532ac458d4575d0d52df86.tar.gz |
Bump to KiCad 9.99.0-394-g641e06e67c
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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' ) |