summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2022-10-07 16:25:47 +0200
committerRicardo (XenGi) Band2022-10-07 16:25:47 +0200
commitc78da6471802c7ae0fe5f9fa657552836ef40ea8 (patch)
treed9031e3c37c353f7a6531108a0aace3e5f27106f
parent844d5725165d524a8f39fa33b98a4488e85b1fb8 (diff)
downloadaur-c78da6471802c7ae0fe5f9fa657552836ef40ea8.tar.gz
fix dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33428c6924c2..c9f4b1abc98d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,13 +5,13 @@ pkgbase = virtualfish
url = https://github.com/justinmayer/virtualfish
arch = any
license = MIT
- makedepends = python-setuptools
depends = fish
depends = python
depends = python-packaging
depends = python-pkgconfig
depends = python-psutil
depends = python-virtualenv
+ depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.5.tar.gz
sha256sums = 6b654995f151af8fca62646d49a62b5bf646514250f1461df6d42147995a0db2
diff --git a/PKGBUILD b/PKGBUILD
index 68e35fe600b8..b2bedf9e5dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,7 @@ pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("MIT")
-depends=("fish" "python" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv")
-makedepends=("python-setuptools")
+depends=("fish" "python" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('6b654995f151af8fca62646d49a62b5bf646514250f1461df6d42147995a0db2')