missing makedepends added

This commit is contained in:
2025-07-10 07:52:42 -07:00
parent 8db124479f
commit e408a1c4a2
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
pkgbase = kikit-git
pkgdesc = Automation for KiCAD boards
pkgver = r751.4f1a424
pkgrel = 2
pkgrel = 3
url = https://github.com/yaqwsx/KiKit.git
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-versioneer
makedepends = python-build
makedepends = python-installer
depends = kicad>=5.1.0
depends = python-shapely
depends = python-solidpython
+3 -1
View File
@@ -3,7 +3,7 @@
pkgname=kikit-git
pkgdesc="Automation for KiCAD boards"
pkgver=r751.4f1a424
pkgrel=2
pkgrel=3
url="https://github.com/yaqwsx/KiKit.git"
@@ -17,6 +17,8 @@ md5sums=("SKIP")
makedepends=(
"python-setuptools"
"python-versioneer"
"python-build"
"python-installer"
)
depends=(
"kicad>=5.1.0"