summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-11-13 23:22:31 +0000
committerdx-mon2020-11-13 23:22:31 +0000
commitbdff5878425304a0a631fc0f8f76799ca8b368fd (patch)
tree904413594e750b8808bd8e8bc79e59be7d4cffe8
parentb6d75ddd05ff0a9feb74ed30d55c17e382c945c0 (diff)
downloadaur-bdff5878425304a0a631fc0f8f76799ca8b368fd.tar.gz
Bump to KiCAD 5.99.0-6995-g86b6afd14b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feebf8d3f145..c3f61850b30c 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_6939_g8ec0cef572
+ pkgver = 5.99.0_6995_g86b6afd14b
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=8ec0cef572
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=86b6afd14b
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 b109ebebda0d..7bcc9b7e20b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_6939_g8ec0cef572
+pkgver=5.99.0_6995_g86b6afd14b
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=8ec0cef572
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=86b6afd14b
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)