summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb9ae430cf8..1504c9875ad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
pkgver = 5.99.0_3926_g90baed7e8
- pkgrel = 1
+ pkgrel = 2
url = http://kicad-pcb.org/
arch = x86_64
license = GPL
+ makedepends = git
makedepends = cmake
makedepends = zlib
makedepends = mesa
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'