summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Band2024-04-15 10:40:05 +0200
committerRicardo Band2024-04-15 10:40:05 +0200
commit89cafc2d792fc838c9131144eef17ba46e13c93e (patch)
tree899f1dd6d113b3f9d0e72e0f8c499a58b6f1897d
parent2e0561caf4fb220094e1c86d64a4a37fb3e12ca6 (diff)
downloadaur-89cafc2d792fc838c9131144eef17ba46e13c93e.tar.gz
fix dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b26280fe2d99..8664bd22302c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = virtualfish
url = https://github.com/justinmayer/virtualfish
arch = any
license = custom:MIT
- makedepends = poetry-core
+ makedepends = python-poetry-core
makedepends = python-installer
depends = fish
depends = python-packaging
diff --git a/PKGBUILD b/PKGBUILD
index bb1e9cb4479f..3c55e0fbc205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("custom:MIT")
depends=("fish" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv")
-makedepends=("poetry-core" "python-installer")
+makedepends=("python-poetry-core" "python-installer")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('f507d8cd281cb1c1ebf6021fc18ac20a85d8afbfc5ea4fe8eb0a3f54349bc9ba')