summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d435783157..05fcd8633434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 11 17:08:50 UTC 2017
+# Sun Sep 24 14:49:41 UTC 2017
pkgbase = gandi.cli
pkgdesc = Gandi command line interface
- pkgver = 0.20
+ pkgver = 0.22
pkgrel = 1
url = http://cli.gandi.net
arch = any
@@ -23,8 +23,8 @@ pkgbase = gandi.cli
depends = git
optdepends = docker: gandi docker support
options = !emptydirs
- source = https://github.com/Gandi/gandi.cli/archive/0.20.tar.gz
- sha256sums = 5750678fa6aef349cded1a8f3ce27e99b33e75628e91e9de6faf3bb469a46114
+ source = https://github.com/Gandi/gandi.cli/archive/0.22.tar.gz
+ sha256sums = 615e6fac3d63ccf04535c8abba786f3f67b30b05f9a1d24e087ba1c776e6af16
pkgname = gandi.cli
diff --git a/PKGBUILD b/PKGBUILD
index 26bea037eeda..fef86a5ec02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Raphaƫl Doursenaud <rdoursenaud@gpcsolutions.fr>
pkgname=gandi.cli
-pkgver=0.20
+pkgver=0.22
pkgrel=1
pkgdesc="Gandi command line interface"
arch=('any')
@@ -19,7 +19,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://github.com/Gandi/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('5750678fa6aef349cded1a8f3ce27e99b33e75628e91e9de6faf3bb469a46114')
+sha256sums=('615e6fac3d63ccf04535c8abba786f3f67b30b05f9a1d24e087ba1c776e6af16')
build() {
# Building the manpage
@@ -27,7 +27,7 @@ build() {
rst2man --no-generator gandicli.man.rst > gandi.1
}
-# FIXME: Tests disabled to mitigate https://github.com/Gandi/gandi.cli/issues/215
+# FIXME: Tests disabled to mitigate https://github.com/Gandi/gandi.cli/issues/224
#check() {
# cd "${srcdir}/${pkgname}-${pkgver}"
# python setup.py test