summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0af0c0e461..b18d111d9d21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virtualfish-git
pkgdesc = Fish shell tool for managing Python virtual environments
- pkgver = r398.3f0de6e
+ pkgver = r407.2593997
pkgrel = 1
url = https://github.com/justinmayer/virtualfish
arch = any
@@ -9,6 +9,7 @@ pkgbase = virtualfish-git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-poetry-core
depends = python-pkgconfig
depends = python-psutil
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 0c063d2365c0..dd1f99b90893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=("virtualfish-git")
_pkgname=virtualfish
-pkgver=r398.3f0de6e
+pkgver=r407.2593997
pkgrel=1
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url="https://github.com/justinmayer/virtualfish"
license=("MIT")
depends=("python-pkgconfig" "python-psutil" "python-setuptools" "python-virtualenv" "fish")
-makedepends=("git" "python-build" "python-installer" "python-wheel")
+makedepends=("git" "python-build" "python-installer" "python-wheel" "python-poetry-core")
source=("${pkgname%-*}::git+https://github.com/justinmayer/virtualfish.git")
md5sums=('SKIP')
provides=("virtualfish")