summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142023-11-01 00:13:49 +0800
committerMisaka135142023-11-01 00:13:49 +0800
commitba51489f25033442b6eecc8138c892c31e46a94c (patch)
tree229ed0d33dc2cfb7b3b94f944dc657b69fee697d
parent99b3b1e19d5b4bf08e772e9a8ce15d119638aec5 (diff)
downloadaur-ba51489f25033442b6eecc8138c892c31e46a94c.tar.gz
check PKGBUILDs with namcap, extra-x86_64-build, makerepropkg
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d2d9a395c51..3f318273702f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-largestinteriorrectangle
url = https://github.com/OpenStitching/lir
arch = any
license = Apache
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 8aa0d511a20a..cc809544d619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/OpenStitching/lir"
license=('Apache')
depends=('python-opencv' 'python-numba' 'python-numpy')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=()
optdepends=()
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")