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 9098b6b661b1..ce882d6d08de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-apply_defaults
_name=apply_defaults
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Apply default values to functions. Makes configuration easy! Application settings come from a config file into your code cleanly."
arch=('any')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-nose')
url="https://github.com/bcb/apply_defaults"
license=('MIT')
options=('!emptydirs')