summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid McInnis2017-01-21 22:21:19 -0800
committerDavid McInnis2017-01-21 22:21:19 -0800
commitb4d6b0792046427b11180dd0189a7ef33a444905 (patch)
treec05f8b58dc299aff6ab32b90ecfb31a5ff301a6d /PKGBUILD
parentc25c29b462b35154f2cf57aed3aab010d46d03e2 (diff)
downloadaur-b4d6b0792046427b11180dd0189a7ef33a444905.tar.gz
added django dependency
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')