summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonçalo Pereira2024-05-01 19:21:38 +0100
committerGonçalo Pereira2024-05-01 19:21:38 +0100
commit5f948fafd4f78a8f577ae3513f2fece3c84f8276 (patch)
tree08b5aa5e2f31ff53ef026b65ec8bd9fe26c76899 /PKGBUILD
parentef548b1e930f0ffa84c9895a7882bbd40b62ae64 (diff)
downloadaur-5f948fafd4f78a8f577ae3513f2fece3c84f8276.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47488730108e..31cfe12766bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"