summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad-bot2022-01-06 21:29:19 +0000
committerkicad-bot2022-01-06 21:29:19 +0000
commitd43f1bb8e77776cfdf7c58121728c586a945e8cd (patch)
treecea50b26732db245649fa2022d00898fc6c2180b
parent7ab2014e697c5bbb560be2dc074e43ce89fc57ae (diff)
downloadaur-d43f1bb8e77776cfdf7c58121728c586a945e8cd.tar.gz
Bump to KiCAD 6.99.0-282-gfd9d923bb7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319f80c37a18..957558f1c825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 6.99.0_222_g367431f825
+ pkgver = 6.99.0_282_gfd9d923bb7
pkgrel = 1
url = http://kicad.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=367431f825
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=fd9d923bb7
source = kicad-nightly.env
sha256sums = SKIP
sha256sums = fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18
diff --git a/PKGBUILD b/PKGBUILD
index 0dfaf40e0895..d0edccdb8de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Rachel Mant <aur@dragonmux.network>
+# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_222_g367431f825
+pkgver=6.99.0_282_gfd9d923bb7
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=367431f825
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=fd9d923bb7
'kicad-nightly.env'
)
sha256sums=(
@@ -38,6 +38,7 @@ build()
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/kicad-nightly \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/kicad-nightly/lib \
-DCMAKE_EXECUTABLE_SUFFIX=-nightly \
+ -DKICAD_USE_OCE=OFF \
-DKICAD_USE_OCC=ON \
-DKICAD_SCRIPTING_WXPYTHON=ON \
-DKICAD_DATA=/usr/share/kicad-nightly \