diff options
author | dx-mon | 2020-10-26 23:07:43 +0000 |
---|---|---|
committer | dx-mon | 2020-10-26 23:07:43 +0000 |
commit | 58d3d102e80c50b702b7e82af8df8e5822a5f5e0 (patch) | |
tree | 83ed2d50c776a765d7e5a163fbd85ce25d7f5e30 | |
parent | 37e488917f56f596f9cdeab7bf98549b03ed6dd7 (diff) | |
download | aur-58d3d102e80c50b702b7e82af8df8e5822a5f5e0.tar.gz |
Bump to KiCAD 5.99.0-6608-g2e94be0855
-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 = 5.99.0_6572_ge490b8eda4 + pkgver = 5.99.0_6608_g2e94be0855 pkgrel = 1 url = http://kicad-pcb.org/ arch = x86_64 @@ -23,7 +23,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=e490b8eda4 + source = git+https://gitlab.com/kicad/code/kicad.git#commit=2e94be0855 source = git+https://gitlab.com/kicad/code/kicad-i18n.git#commit=e89d9a8 source = kicad-nightly.env sha256sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Rachel Mant <dx-mon@users.sourceforge.net> pkgname=kicad-nightly -pkgver=5.99.0_6572_ge490b8eda4 +pkgver=5.99.0_6608_g2e94be0855 pkgrel=1 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools' arch=('x86_64') @@ -15,7 +15,7 @@ optdepends=( 'kicad-library-3d-nightly: for 3d models of components' ) source=( - 'git+https://gitlab.com/kicad/code/kicad.git'#commit=e490b8eda4 + 'git+https://gitlab.com/kicad/code/kicad.git'#commit=2e94be0855 'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8 'kicad-nightly.env' ) |