summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2019-02-22 16:11:37 +0100
committerRaphaël Doursenaud2019-02-22 16:11:37 +0100
commitd7abd5cbbd2c11ebd0a7dd3e9bdb62323331da13 (patch)
tree631b7556308c8814c92c0506456a02450816ca69 /PKGBUILD
parent1c1908cba0b27f1ec14e564f408d1fd41d4ad704 (diff)
downloadaur-d7abd5cbbd2c11ebd0a7dd3e9bdb62323331da13.tar.gz
Remove duplicated makedepends
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=()