summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-10-14 23:00:47 +0100
committerdx-mon2020-10-14 23:00:47 +0100
commit47fb0812295af3c2edb16922c24814ac649b61f8 (patch)
treeeb88618185c41ae2cbaaee8c7dc6726c8bf63741
parentd7c3688a6521ba15142b9a66bd5bf91a3f4fdbd8 (diff)
downloadaur-47fb0812295af3c2edb16922c24814ac649b61f8.tar.gz
Bump to KiCAD 5.99.0-4047-gae8239a4f
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a76aa2ff10f0..a14706530eaf 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_4027_g505d764f2
+ pkgver = 5.99.0_4047_gae8239a4f
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = kicad-nightly
depends = python-wxpython
optdepends = kicad-library: for footprints and symbols
optdepends = kicad-library-3d: for 3d models of components
- source = git+https://gitlab.com/kicad/code/kicad.git#commit=505d764f2
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=ae8239a4f
source = git+https://gitlab.com/kicad/code/kicad-i18n.git#commit=636831f
source = kicad-nightly.env
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e4bc086d377a..a2e522fccbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_4027_g505d764f2
+pkgver=5.99.0_4047_gae8239a4f
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=(
'kicad-library-3d: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=505d764f2
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=ae8239a4f
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=636831f
'kicad-nightly.env'
)