summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fe0bfd7325a..c15bba5d9a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphaƫl Doursenaud <rdoursenaud@gpcsolutions.fr>
pkgname=gandi.cli
pkgver=0.19
-pkgrel=1
+pkgrel=2
pkgdesc="Gandi command line interface"
arch=('any')
url="http://cli.gandi.net"
@@ -29,7 +29,7 @@ build() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- python setup.py nosetests
+ python setup.py test
}
package() {