summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordragonmux2021-09-30 05:00:46 +0100
committerdragonmux2021-09-30 05:00:46 +0100
commit3ff4d74a8f4844558da1105087496c444788616d (patch)
treeab11ac593c6ceac031d58b47919ac2ed7d06b136
parent82ae210d7f0ee8eb81760a76a29e2f12cfbcdc2f (diff)
downloadaur-3ff4d74a8f4844558da1105087496c444788616d.tar.gz
Bump to KiCAD 5.99.0-12628-g0e3b001c51
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--PKGBUILD.in3
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4daf83b4556..884b2a04db09 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_12610_g07e01e6297
+ pkgver = 5.99.0_12628_g0e3b001c51
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -26,7 +26,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=07e01e6297
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=0e3b001c51
source = kicad-nightly.env
sha256sums = SKIP
sha256sums = fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18
diff --git a/PKGBUILD b/PKGBUILD
index 2cdedb9e6a34..4afed42e36d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_12610_g07e01e6297
+pkgver=5.99.0_12628_g0e3b001c51
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=07e01e6297
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=0e3b001c51
'kicad-nightly.env'
)
sha256sums=(
@@ -41,7 +41,8 @@ build()
-DKICAD_USE_OCC=ON \
-DKICAD_SCRIPTING_WXPYTHON=ON \
-DKICAD_DATA=/usr/share/kicad-nightly \
- -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+ -Wno-dev
ninja
}
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 3f4d3195fd9a..f4cf007bdd4c 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -41,7 +41,8 @@ build()
-DKICAD_USE_OCC=ON \
-DKICAD_SCRIPTING_WXPYTHON=ON \
-DKICAD_DATA=/usr/share/kicad-nightly \
- -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+ -Wno-dev
ninja
}