summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb63c4289ac2..2fca25b75ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphaƫl Doursenaud <rdoursenaud@gpcsolutions.fr>
pkgname=gandi.cli
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="Gandi command line interface"
arch=('any')
url="http://cli.gandi.net"
@@ -9,9 +9,8 @@ license=('GPL3')
groups=()
depends=('python>=3.4' 'python-yaml' 'python-click>=7.0' 'python-requests' 'python-ipy' 'openssl' 'openssh' 'git')
optdepends=('docker: gandi docker support')
-makedepends=('python-setuptools')
checkdepends=('python-tox' 'python-pytest-cov' 'python-coverage')
-makedepends=('python-docutils')
+makedepends=('python-docutils' 'python-setuptools')
provides=()
conflicts=()
replaces=()