summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-10-18 01:58:33 +0100
committerdx-mon2020-10-18 01:58:33 +0100
commita0745edc5030512fcedd43f6873e94f043b6c49a (patch)
tree297dd1a836e2760faa16970132c4ee872114f8a4
parent9799d179628f1329198652ddec965776b392a351 (diff)
downloadaur-a0745edc5030512fcedd43f6873e94f043b6c49a.tar.gz
Bump to KiCAD 5.99.0-4135-g688a031793
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cafa0dc01ef7..b7f864b067b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 5.99.0_4126_g229194c76b
+ pkgver = 5.99.0_4135_g688a031793
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = kicad-nightly
depends = python-wxpython
optdepends = kicad-library-nightly: for footprints and symbols
optdepends = kicad-library-3d-nightly: for 3d models of components
- source = git+https://gitlab.com/kicad/code/kicad.git#commit=229194c76b
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=688a031793
source = git+https://gitlab.com/kicad/code/kicad-i18n.git#commit=adb743b
source = kicad-nightly.env
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index de5fc93b92b1..3f752a6e521e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_4126_g229194c76b
+pkgver=5.99.0_4135_g688a031793
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=229194c76b
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=688a031793
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=adb743b
'kicad-nightly.env'
)