summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-10-30 22:49:38 +0000
committerdx-mon2020-10-30 22:49:38 +0000
commit8c12bf4554d6fd1afefcf249013b9ddf0a4f3206 (patch)
treee8a6c7f699a6258a02d7d07709bc055f0433977f
parentc1f62ce6acc6b604c69b7785418c1a533a9c1f8b (diff)
downloadaur-8c12bf4554d6fd1afefcf249013b9ddf0a4f3206.tar.gz
Bump to KiCAD 5.99.0-6703-gdcd237e298
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0faffa76a7a..e569e65567c4 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_6670_g1d110d5414
+ pkgver = 5.99.0_6703_gdcd237e298
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=1d110d5414
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=dcd237e298
source = git+https://gitlab.com/kicad/code/kicad-i18n.git#commit=e89d9a8
source = kicad-nightly.env
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e75378dad07b..00e6e2f4d3e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_6670_g1d110d5414
+pkgver=5.99.0_6703_gdcd237e298
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=1d110d5414
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=dcd237e298
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)