summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-12-06 23:42:42 +0000
committerdx-mon2020-12-06 23:42:42 +0000
commit322735951ef0290d61c592a1f5469a809889e693 (patch)
treec1127dd25464d603a79699a6423eccaf703a5717
parent1cb27a164fc24bd55ce519a72f50411c85ed061e (diff)
downloadaur-322735951ef0290d61c592a1f5469a809889e693.tar.gz
Bump to KiCAD 5.99.0-7376-g59527dff2a
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb2a94c1ad9..fce5e5d6d9b1 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_7362_gdbf273d5ec
+ pkgver = 5.99.0_7376_g59527dff2a
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -24,7 +24,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=dbf273d5ec
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=59527dff2a
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 ddf140d3726b..8f6b2184ff5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7362_gdbf273d5ec
+pkgver=5.99.0_7376_g59527dff2a
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=dbf273d5ec
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=59527dff2a
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)