summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2021-12-11 21:54:44 +0100
committerRicardo (XenGi) Band2021-12-11 21:54:44 +0100
commitf4831688be183e0fb450e95e4745870e1d1bf65f (patch)
tree6b9e43f799ec5dd9ecc1e84b099a3c0caf00c29f
parenta62edc8d1785f28cfd666e5e8acdc16c2d9c1727 (diff)
downloadaur-f4831688be183e0fb450e95e4745870e1d1bf65f.tar.gz
add setuptools to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ac29507c3f..1f3d9cbfc156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = virtualfish
pkgdesc = Fish shell tool for managing Python virtual environments
pkgver = 2.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/justinmayer/virtualfish
arch = any
license = MIT
- makedepends = python-setuptools
depends = python-pkgconfig
depends = python-psutil
depends = python-virtualenv
+ depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.4.tar.gz
sha256sums = c8e256586d7a45ca461134a18d2fecfb7df7d32c104e9bd84d82570c6ef2ac3e
diff --git a/PKGBUILD b/PKGBUILD
index 2e1613acf8b2..8adc58f43c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
pkgver=2.5.4
-pkgrel=1
+pkgrel=2
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-virtualenv")
-makedepends=("python-setuptools")
+depends=("python-pkgconfig" "python-psutil" "python-virtualenv" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('c8e256586d7a45ca461134a18d2fecfb7df7d32c104e9bd84d82570c6ef2ac3e')