summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2017-09-24 16:49:41 +0200
committerRaphaël Doursenaud2017-09-24 16:49:41 +0200
commit047cb85ce558e426bcf350bc01c9a5955f3e3bfa (patch)
tree2d69d7497f43a562e1a50f504951fab0a3b75bec /PKGBUILD
parentebb3e531e00ffcdc416ba7bff2d09a0121d2c9f5 (diff)
downloadaur-047cb85ce558e426bcf350bc01c9a5955f3e3bfa.tar.gz
Update to v0.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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