diff options
author | Gonçalo Pereira | 2024-05-01 19:21:38 +0100 |
---|---|---|
committer | Gonçalo Pereira | 2024-05-01 19:21:38 +0100 |
commit | 5f948fafd4f78a8f577ae3513f2fece3c84f8276 (patch) | |
tree | 08b5aa5e2f31ff53ef026b65ec8bd9fe26c76899 /PKGBUILD | |
parent | ef548b1e930f0ffa84c9895a7882bbd40b62ae64 (diff) | |
download | aur-5f948fafd4f78a8f577ae3513f2fece3c84f8276.tar.gz |
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=python-kintree _name=${pkgname#python-} pkgver=1.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Fast part creation in KiCad and InvenTree" url="https://github.com/sparkmicro/Ki-nTree" depends=( @@ -18,7 +18,7 @@ depends=( 'python-validators' 'python-wrapt-timeout-decorator' ) -makedepends=(python311-build python-installer python-wheel) +makedepends=(python-build python-installer python-wheel) license=('GPL3') arch=('any') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz" |