diff options
author | kicad-bot | 2022-10-07 04:06:49 +0000 |
---|---|---|
committer | kicad-bot | 2022-10-07 04:06:49 +0000 |
commit | 458850fe9f70a02fbb4b7ed0738fc235e281a493 (patch) | |
tree | 60448d07b76361e0489feceef15b4da841540375 /PKGBUILD | |
parent | 0c5eeef3c265d16d235040edf5cff14898b8b76d (diff) | |
download | aur-458850fe9f70a02fbb4b7ed0738fc235e281a493.tar.gz |
Bump to KiCad 6.99.0-3810-gd26b59a0bf
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=6.99.0_3780_g6ddc5c1a6e +pkgver=6.99.0_3810_gd26b59a0bf 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=6ddc5c1a6e + 'git+https://gitlab.com/kicad/code/kicad.git'#commit=d26b59a0bf 'kicad-nightly.env' 'no-metadata-translation.patch' ) |