summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Band2024-04-15 11:25:33 +0200
committerRicardo Band2024-04-15 11:25:33 +0200
commit7ed5ac870120d490bc149d9b4bbfcc34f39a6043 (patch)
treee3efccc9cdc3f94132f01599734da43b2cde1f8f
parentf039520e446eb42c6b4eeac2cbc4a94e7b64edfb (diff)
downloadaur-7ed5ac870120d490bc149d9b4bbfcc34f39a6043.tar.gz
added missing build backend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b5225b18ee..468b37215d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = virtualfish
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
+ makedepends = python-poetry-core
depends = fish
depends = python-packaging
depends = python-pkgconfig
diff --git a/PKGBUILD b/PKGBUILD
index 82d4d546f294..cf691d4ff1fa 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" "python-setuptools")
-makedepends=("python-build" "python-wheel" "python-installer")
+makedepends=("python-build" "python-wheel" "python-installer" "python-poetry-core")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('f507d8cd281cb1c1ebf6021fc18ac20a85d8afbfc5ea4fe8eb0a3f54349bc9ba')