summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2017-10-09 13:33:29 +0200
committerRaphaël Doursenaud2017-10-09 13:33:29 +0200
commit87d24cee1cdf6a1686bb5ce054a8f672fecd1063 (patch)
treec628d6fdf7432754226bc1a77953ae563dde6bbb /PKGBUILD
parent824e8051c06eb9a76879e446e8736276fe62e178 (diff)
downloadaur-gandi.cli-git.tar.gz
Update for v1.0 onwards
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38cebbf6bf0a..a355a00c5400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
_pkgname=gandi.cli
pkgname=${_pkgname}-git
-pkgver=0.19.r23.g68bc705
-pkgrel=2
+pkgver=1.0.r0.g2d0903c
+pkgrel=1
pkgdesc="Gandi command line interface"
arch=('any')
url="http://cli.gandi.net"
@@ -11,7 +11,7 @@ groups=()
depends=('python' 'python-yaml' 'python-click>=3.1' 'python-requests' 'python-ipy' 'openssl' 'openssh' 'git')
optdepends=('docker: gandi docker support')
makedepends=('git' 'python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'python-tox' 'python-mock')
+checkdepends=('python-nose' 'python-coverage' 'python-tox' 'python-mock' 'python-httpretty')
makedepends=('python-docutils')
provides=("${pkgname%-git}=$pkgver-$pkgrel")
conflicts=("${pkgname%-git}")