summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorthegala2020-11-21 21:28:38 +0100
committerthegala2020-11-21 21:29:05 +0100
commitd010b97464a1e2c133901b5627e26b3acfe70302 (patch)
treeefaa6a42c7fd268f9e3781128c742ad9a904112f /PKGBUILD
parent29dd65bdcbd7d737c86ad507ed2d5a46b51e98b6 (diff)
downloadaur-d010b97464a1e2c133901b5627e26b3acfe70302.tar.gz
Add missing makedepend.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d62c9d306b4..db6feb45e6b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Convert your KiCAD boards into nice looking 2D drawings suitable for pi
url="https://github.com/INTI-CMNB/pcbdraw"
license=('Apache2.0')
depends=('python' 'kicad')
-makedepends=('git' 'python')
+makedepends=('git' 'python' 'python-setuptools')
source=("${_pkgname}::git+https://github.com/INTI-CMNB/pcbdraw")
md5sums=('SKIP')
provides=('pcbdraw')