summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2016-08-22 13:52:43 +0200
committerRaphaël Doursenaud2016-08-22 13:52:43 +0200
commit5a1491a0739a1b8d165ed39923da04d33c2b7e93 (patch)
treeaf7a919f1e62a16c070e4afa25dd185fe4b1aaba /PKGBUILD
parent00f065f954688a028c67cdfffcf4b43a4c89fa7d (diff)
downloadaur-5a1491a0739a1b8d165ed39923da04d33c2b7e93.tar.gz
Run normal tests
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() {