summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2022-12-06 14:11:18 -0600
committerBao Trinh2022-12-06 14:11:18 -0600
commit5501bade928fd0abfc307edbf9ade2421f5e9dd6 (patch)
treedff44f9d86945f0d28c1c845d13fb375636a81e6
parentcee747cf7db61384bc2dc55a43ed1bb2416060f9 (diff)
downloadaur-5501bade928fd0abfc307edbf9ade2421f5e9dd6.tar.gz
add missing build dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ed12886e93..4db4be673edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,10 @@ pkgbase = python-autoflake
url = https://github.com/myint/autoflake
arch = any
license = MIT
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-hatchling
+ makedepends = python-installer
+ makedepends = python-pytest
depends = python
depends = python-pyflakes
depends = python-tomli
diff --git a/PKGBUILD b/PKGBUILD
index c539339e8dc6..3e22fcb07a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,10 @@ depends=(
'python-tomli'
)
makedepends=(
- 'python-build'
- 'python-installer'
- 'python-pytest'
+ 'python-build'
+ 'python-hatchling'
+ 'python-installer'
+ 'python-pytest'
)
source=("https://github.com/myint/$_name/archive/v${pkgver}.tar.gz")
sha256sums=('b8b945a9adf5c8231f49fde2c1422e3618af4826825f6f8033e29434c71bf1bc')