summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authordx-mon2021-03-12 15:24:43 +0000
committerdx-mon2021-03-16 20:31:50 +0000
commit83a0437472c247b2b7def5a67caa285c96ef20ec (patch)
tree312144193bd86e13f6aa453e6a6e661790f37ed6 /PKGBUILD.in
parent97218037824ae039b2cafe7194caf7883f10a842 (diff)
downloadaur-83a0437472c247b2b7def5a67caa285c96ef20ec.tar.gz
Added build-time deps on `tar` and `gz`
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 36f3f229bb30..2b131ce303d7 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -8,7 +8,7 @@ arch=('x86_64')
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' 'ninja')
+makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gz')
options=('!strip')
optdepends=(
'kicad-library-nightly: for footprints and symbols'