summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordragonmux2021-09-30 05:00:46 +0100
committerdragonmux2021-09-30 05:00:46 +0100
commit3ff4d74a8f4844558da1105087496c444788616d (patch)
treeab11ac593c6ceac031d58b47919ac2ed7d06b136 /PKGBUILD
parent82ae210d7f0ee8eb81760a76a29e2f12cfbcdc2f (diff)
downloadaur-3ff4d74a8f4844558da1105087496c444788616d.tar.gz
Bump to KiCAD 5.99.0-12628-g0e3b001c51
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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
}