summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordx-mon2020-10-18 21:23:41 +0100
committerdx-mon2020-10-18 21:23:41 +0100
commit731870ff2eb4669cdc6a9b931c97afa6dd3bc424 (patch)
treea6f62a145f9d4618a6fe17bbc281475b4e2224fd /PKGBUILD
parenta0745edc5030512fcedd43f6873e94f043b6c49a (diff)
downloadaur-731870ff2eb4669cdc6a9b931c97afa6dd3bc424.tar.gz
Bump to KiCAD 5.99.0-4160-g16d5f95981
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f752a6e521e..f9f69020613b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_4135_g688a031793
+pkgver=5.99.0_4160_g16d5f95981
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -9,12 +9,13 @@ url='http://kicad-pcb.org/'
license=('GPL')
depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig')
+options=('!strip')
optdepends=(
'kicad-library-nightly: for footprints and symbols'
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=688a031793
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=16d5f95981
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=adb743b
'kicad-nightly.env'
)