summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af345a2221b8..62f07e957b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-remoto
pkgdesc = A very simplistic remote-command-executor using connections to hosts
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/remoto/1.1.0/
arch = any
license = MIT
makedepends = git
depends = python
+ depends = python-setuptools
source = https://files.pythonhosted.org/packages/8a/76/0eee00bc1de7a047e4bb3047ade022fae7e7c2c80ffc6401ef71c700d31c/remoto-1.1.0.tar.gz
sha256sums = 3e9d9898b88b5993df985bad22382df0fbd9ecb3ca8052e2443f81b5a0eb521a
diff --git a/PKGBUILD b/PKGBUILD
index 95cb259bd0e4..b9d94b5d43bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-remoto
_pkgname=remoto
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A very simplistic remote-command-executor using connections to hosts"
arch=(any)
url="https://pypi.org/project/$_pkgname/$pkgver/"
license=('MIT')
-depends=('python')
+depends=('python' 'python-setuptools')
makedepends=('git')
source=("https://files.pythonhosted.org/packages/8a/76/0eee00bc1de7a047e4bb3047ade022fae7e7c2c80ffc6401ef71c700d31c/$_pkgname-$pkgver.tar.gz")
sha256sums=('3e9d9898b88b5993df985bad22382df0fbd9ecb3ca8052e2443f81b5a0eb521a')