summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 176da122ed95..1eb228927c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname=virtualfish
pkgver=1.0.6
-pkgrel=9
+pkgrel=10
pkgdesc="A virtualenv wrapper for the Fish shell"
arch=(any)
url="https://github.com/adambrenecki/virtualfish"
@@ -10,7 +10,7 @@ install=virtualfish.install
provides=('python-virtualfish')
makedepends=('python-setuptools' 'python-setuptools-scm>=1.11.1')
#checkdepends=('python-pytest>=3.1.3' 'python-pytest-xdist>=1.22.2')
-depends=('python-virtualenv' 'python-pkgconfig>=1.2.2' 'python-psutil>=5.2.2' 'python-xdg') # >=1.0.5')
+depends=('python-virtualenv' 'python-pkgconfig>=1.2.2' 'python-psutil>=5.2.2' 'python-xdg' 'python-distlib') # >=1.0.5')
source=("${pkgname}::git+https://github.com/adambrenecki/${pkgname}.git#tag=${pkgver}")
sha256sums=('SKIP')