summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f470882ffd0..9d8dd1996e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-pyswagger
_distname=pyswagger
pkgver=0.8.38
-pkgrel=1
+pkgrel=2
pkgdesc="Python client for Swagger enabled REST APIs"
arch=('any')
license=('MIT')
url="https://github.com/mission-liao/pyswagger"
-makedepends=('python-setuptools' 'python-six' 'python-pyaml' 'python-validate_email-git')
+makedepends=('python-setuptools')
+depends=('python-six' 'python-pyaml' 'python-validate_email-git')
source=("${_distname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('0cc0b5f05494589c7928fe632243803ebb4da4bf22c0826ed81620a02db1d302')