diff options
author | kicad | 2025-02-25 05:04:49 +0000 |
---|---|---|
committer | kicad | 2025-02-25 05:04:49 +0000 |
commit | a6361987467426f497f99f6f8fb0d5e2b6269100 (patch) | |
tree | 5fdcbfe1977fcc5e0fff933500b78a789db2d043 /PKGBUILD | |
parent | dcf7fd235bcb1283c7c27750a88a94130e3080da (diff) | |
download | aur-a6361987467426f497f99f6f8fb0d5e2b6269100.tar.gz |
Bump to KiCad 9.99.0-136-gbc5fca1daa
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Maintainer: Rafael Silva <perigoso@riseup.net> pkgname=kicad-nightly -pkgver=9.99.0_87_g4123f75d5a +pkgver=9.99.0_136_gbc5fca1daa 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=4123f75d5a + 'git+https://gitlab.com/kicad/code/kicad.git'#commit=bc5fca1daa 'kicad-nightly.env' 'no-metadata-translation.patch' ) |