summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authordx-mon2020-10-17 17:55:41 +0100
committerdx-mon2020-10-17 17:55:41 +0100
commit9799d179628f1329198652ddec965776b392a351 (patch)
treefe4c95e8919c2edf05b3505447f28f11ebfbf14c /PKGBUILD.in
parent5588886db1a4a731bb2ac1d438dc582c3fba8eab (diff)
downloadaur-9799d179628f1329198652ddec965776b392a351.tar.gz
Bump to KiCAD 5.99.0-4126-g229194c76b
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index d786adc52613..6a11b0d0de55 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -7,12 +7,12 @@ pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
url='http://kicad-pcb.org/'
license=('GPL')
-depends=(
- 'wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade'
- 'python-wxpython' 'kicad-library-nightly'
-)
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig')
-optdepends=('kicad-library-3d-nightly: for 3d models of components')
+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=@KICAD_HASH@
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=@I18N_HASH@