summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-01-12 23:45:00 +0000
committerdx-mon2021-01-12 23:45:00 +0000
commit64acff774bd37ac58f784c903dc4c4d64f6a2522 (patch)
tree27f83210ae4377704cb771d9c85034e414815b19
parent81f9445c3799308d5912784844d122395346bedb (diff)
downloadaur-64acff774bd37ac58f784c903dc4c4d64f6a2522.tar.gz
Bump to KiCAD 5.99.0-8377-g26524ef41e
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807007bda4b2..6a890cf66539 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_8345_gc09dc5abdd
+ pkgver = 5.99.0_8377_g26524ef41e
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=c09dc5abdd
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=26524ef41e
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 3f66da30a23e..1c85efb208f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8345_gc09dc5abdd
+pkgver=5.99.0_8377_g26524ef41e
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=c09dc5abdd
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=26524ef41e
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)