summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo Band2024-04-15 11:38:12 +0200
committerRicardo Band2024-04-15 11:38:12 +0200
commit3d83490bd71b4020adf103f757e83ccd6660ee3a (patch)
tree6e55b117d817d721f93835781042cf88f879e560 /PKGBUILD
parent89da429f63ca21ba91952ef6d7799fb395698b6d (diff)
downloadaur-virtualfish.tar.gz
revert last change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c26f5a696579..291c017fb8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("MIT")
-depends=("fish" "python-packaging" "python-psutil" "python-virtualenv" "python-setuptools")
+depends=("fish" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv" "python-setuptools")
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')