summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2022-07-15 11:31:29 +0200
committerRicardo (XenGi) Band2022-07-15 11:31:29 +0200
commit5bf091882bab15b9e2a738b74c5d933f7a1c9721 (patch)
treec08014b2690c8b73efd182dd386be6b3dc3a7c6f
parent82fb4161f4ac58fccf3429dfe33d5d68d5a54a70 (diff)
downloadaur-5bf091882bab15b9e2a738b74c5d933f7a1c9721.tar.gz
fix dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e0e47f7e16..b66cb5dd04d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = virtualfish
url = https://github.com/justinmayer/virtualfish
arch = any
license = MIT
+ makedepends = python-setuptools
depends = fish>=3.1
depends = python>=3.6.2
depends = python-packaging>=21.3
diff --git a/PKGBUILD b/PKGBUILD
index f02ba38beaa2..df0aed3df972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("MIT")
depends=("fish>=3.1" "python>=3.6.2" "python-packaging>=21.3" "python-pkgconfig>=1.5" "python-psutil>=5.7" "python-virtualenv>=20")
+makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('c8e256586d7a45ca461134a18d2fecfb7df7d32c104e9bd84d82570c6ef2ac3e')