summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefanos Mitropoulos2024-06-14 14:25:51 +0300
committerStefanos Mitropoulos2024-06-14 14:25:51 +0300
commitf3666637a000672fd1f31cd0885743a297238e69 (patch)
tree14810c06dc31789b93859e4949a20682912d0547
parent9259a058462cd9efcc81ae37dcdf7f766d11f0fd (diff)
downloadaur-f3666637a000672fd1f31cd0885743a297238e69.tar.gz
fixup! fix: add poetry to make depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e83114e40d0b..9360f7051112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = blueblack-git
makedepends = python-installer
makedepends = python-wheel
makedepends = git
- makedepends = poetry
+ makedepends = python-poetry
depends = python-yaml>=6.0.1
depends = python-requests>=2.31.0
depends = python-xdg-base-dirs
diff --git a/PKGBUILD b/PKGBUILD
index 5e581898c19f..d24620767981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=(
'python-jsonschema>=4.21.1'
)
-makedepends=(python-build python-installer python-wheel git poetry)
+makedepends=(python-build python-installer python-wheel git python-poetry)
source=("${_pkgname}::git+https://github.com/smitropoulos/blueblack.git")