summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-10-16 00:45:11 +0100
committerdx-mon2020-10-16 00:45:11 +0100
commit80d5ed5eb6fc05b5eebdc3ae4c29eaa123e18341 (patch)
tree185d132332877fda8396dfaf197c569d81525d45
parent47fb0812295af3c2edb16922c24814ac649b61f8 (diff)
downloadaur-80d5ed5eb6fc05b5eebdc3ae4c29eaa123e18341.tar.gz
Bump to KiCAD 5.99.0-4084-gb9f1601418
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a14706530eaf..4f4443c344f1 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_4047_gae8239a4f
+ pkgver = 5.99.0_4084_gb9f1601418
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=ae8239a4f
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=b9f1601418
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 a2e522fccbb5..13d7cf3791c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_4047_gae8239a4f
+pkgver=5.99.0_4084_gb9f1601418
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=ae8239a4f
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=b9f1601418
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=636831f
'kicad-nightly.env'
)