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 03882258dd3f..f8c9761c74a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname='python-django-storages'
_module='django-storages'
pkgver='1.5.2'
-pkgrel=1
+pkgrel=2
pkgdesc="Support for many storages (S3, Libcloud, etc) in Django."
url="https://github.com/jschneier/django-storages"
-depends=('python')
+depends=('python' 'python-django')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')