summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-02-20 00:00:58 +0000
committerdx-mon2021-02-20 00:00:58 +0000
commit699e1330d90fa09e2de467bc50901dc803834ce3 (patch)
tree1efd8e747de9b0e53e1d39e856fb2a302fc2e13c
parentcf607beb001c40f0e80e363727bfffc14ead3c16 (diff)
downloadaur-699e1330d90fa09e2de467bc50901dc803834ce3.tar.gz
Bump to KiCAD 5.99.0-9233-g881cb3182b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f693ce98b0f..1cd094be04d6 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_9218_g05b559c9dc
+ pkgver = 5.99.0_9233_g881cb3182b
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=05b559c9dc
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=881cb3182b
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 5e6fcc90182c..3a53d3929090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_9218_g05b559c9dc
+pkgver=5.99.0_9233_g881cb3182b
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=05b559c9dc
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=881cb3182b
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)