summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')