summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordx-mon2020-10-10 14:52:21 +0100
committerdx-mon2020-10-10 14:52:45 +0100
commitdb358ba648e5fdcf4758090023da56fae84555c7 (patch)
treeb26c9b2719617068eabbab618b1046a97c4f6817 /PKGBUILD
parent28375f8864b5db9d54f6ea1f554677f3c29c2c4b (diff)
downloadaur-db358ba648e5fdcf4758090023da56fae84555c7.tar.gz
Added a missing makedepends entry for Git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 250a2725e8f6..036d32450387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=kicad-nightly
pkgver=5.99.0_3926_g90baed7e8
-pkgrel=1
+pkgrel=2
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')
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig')
optdepends=(
'kicad-library: for footprints and symbols'
'kicad-library-3d: for 3d models of components'