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 53903b41bc25..13064503b995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-jsonrpcclient
_name=jsonrpcclient
pkgver=3.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="Send JSON-RPC requests in Python."
arch=('any')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-nose')
url="https://github.com/bcb/jsonrpcclient"
license=('MIT')
options=('!emptydirs')